#75206D

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

Shades of Palatinate Purple #75206D

Tints of Palatinate Purple #75206D

Color information

#75206D (or 0x75206D) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 6D. RGB value is (117,32,109). Sum of RGB (Red+Green+Blue) = 117+32+109=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75206D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75206D is #8ADF92. Grayscale: #414141. Windows color (decimal): -9101203 or 7151733. OLE color: 7151733.

HSL color Cylindrical-coordinate representation of color #75206D: hue angle of 305.65º 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 #75206D is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11732109-
CMYK00.730.070.54
HSL305.65º57.05%29.22%-
HSV(B)305.65º72.65%45.88%-
XYZ10.615.9215.05-
YUV66.19152.16164.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 109 (42.97% from 255) = 42.25%
R=45.35%
G=12.40%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173210900.730.070.54305.6557.0529.22
Hex75206D049736132391d
Octal1654015501117664627135
Binary111010110000011011010100100111111011010011001011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75206D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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