#75155B

Color #75155B Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #75155B

Tints of Palatinate Purple #75155B

Color information

#75155B (or 0x75155B) is unknown color: approx Palatinate Purple. HEX triplet: 75, 15 and 5B. RGB value is (117,21,91). Sum of RGB (Red+Green+Blue) = 117+21+91=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75155B is #8AEAA4. Grayscale: #393939. Windows color (decimal): -9104037 or 5969269. OLE color: 5969269.

HSL color Cylindrical-coordinate representation of color #75155B: hue angle of 316.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75155B is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1172191-
CMYK00.820.220.54
HSL316.25º69.57%27.06%-
HSV(B)316.25º82.05%45.88%-
XYZ9.495.0710.38-
YUV57.68146.8170.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 51.09%
GREEN value IS 21 (8.59% from 255) = 9.17%
BLUE value IS 91 (35.94% from 255) = 39.74%
R=51.09%
G=9.17%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117219100.820.220.54316.2569.5727.06
Hex75155B052163613c461b
Octal165251330122266647410633
Binary11101011010110110110101001010110110110100111100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75155B; }

 p { color: rgb(117,21,91); }

 H1.HeaderClassName
 {
   color: #75155B;
 }
 .AnyTagClassName
 {
   color: #75155B;
 }
</style>
background-color css

<style>
 a { background-color: #75155B; }

 a { background-color: rgb(117,21,91); }

 div.DivClassName
 {
   background-color: #75155B;
 }
 .BgClassName
 {
   background-color: #75155B;
 }
</style>
border-color css

<style>
 span { border-color: #75155B; }

 span { border-color: rgb(117,21,91); }

 td.TdClassName
 {
   border-color: #75155B;
 }
 .TagClassName
 {
   border-color: #75155B;
 }
</style>