#75205F

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

Shades of Palatinate Purple #75205F

Tints of Palatinate Purple #75205F

Color information

#75205F (or 0x75205F) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 5F. RGB value is (117,32,95). Sum of RGB (Red+Green+Blue) = 117+32+95=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #75205F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75205F is #8ADFA0. Grayscale: #404040. Windows color (decimal): -9101217 or 6234229. OLE color: 6234229.

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

Color convert

RGB1173295-
CMYK00.730.190.54
HSL315.53º57.05%29.22%-
HSV(B)315.53º72.65%45.88%-
XYZ9.925.6411.39-
YUV64.6145.16165.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 95 (37.5% from 255) = 38.93%
R=47.95%
G=13.11%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117329500.730.190.54315.5357.0529.22
Hex75205F049133613c391d
Octal16540137011123664747135
Binary11101011000001011111010010011001111011010011110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75205F; }

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

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

<style>
 a { background-color: #75205F; }

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

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

<style>
 span { border-color: #75205F; }

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

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