#75206C

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

Shades of Palatinate Purple #75206C

Tints of Palatinate Purple #75206C

Color information

#75206C (or 0x75206C) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 6C. RGB value is (117,32,108). Sum of RGB (Red+Green+Blue) = 117+32+108=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #75206C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206C is #8ADF93. Grayscale: #414141. Windows color (decimal): -9101204 or 7086197. OLE color: 7086197.

HSL color Cylindrical-coordinate representation of color #75206C: hue angle of 306.35º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75206C is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11732108-
CMYK00.730.080.54
HSL306.35º57.05%29.22%-
HSV(B)306.35º72.65%45.88%-
XYZ10.565.914.77-
YUV66.08151.66164.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=45.53%
G=12.45%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210800.730.080.54306.3557.0529.22
Hex75206C049836132391d
Octal16540154011110664627135
Binary1110101100000110110001001001100011011010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75206C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75206C; }

 p { color: rgb(117,32,108); }

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

<style>
 a { background-color: #75206C; }

 a { background-color: rgb(117,32,108); }

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

<style>
 span { border-color: #75206C; }

 span { border-color: rgb(117,32,108); }

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