#5F175C

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

Shades of Palatinate Purple #5F175C

Tints of Palatinate Purple #5F175C

Color information

#5F175C (or 0x5F175C) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 17 and 5C. RGB value is (95,23,92). Sum of RGB (Red+Green+Blue) = 95+23+92=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 92 (36.33% from 255 or 43.81% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F175C is #A0E8A3. Grayscale: #343434. Windows color (decimal): -10545316 or 6035295. OLE color: 6035295.

HSL color Cylindrical-coordinate representation of color #5F175C: hue angle of 302.5º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F175C is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB952392-
CMYK00.760.030.63
HSL302.5º61.02%23.14%-
HSV(B)302.5º75.79%37.25%-
XYZ6.963.8210.5-
YUV52.39150.35158.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.24%
GREEN value IS 23 (9.38% from 255) = 10.95%
BLUE value IS 92 (36.33% from 255) = 43.81%
R=45.24%
G=10.95%
B=43.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95239200.760.030.63302.561.0223.14
Hex5F175C04C33F12e3d17
Octal1372713401143774567527
Binary1011111101111011100010011001111111110010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F175C; }

 p { color: rgb(95,23,92); }

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

<style>
 a { background-color: #5F175C; }

 a { background-color: rgb(95,23,92); }

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

<style>
 span { border-color: #5F175C; }

 span { border-color: rgb(95,23,92); }

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