#5F375C

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

Shades of Palatinate Purple #5F375C

Tints of Palatinate Purple #5F375C

Color information

#5F375C (or 0x5F375C) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 37 and 5C. RGB value is (95,55,92). Sum of RGB (Red+Green+Blue) = 95+55+92=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 95 - color contains mainly: red. Hex color #5F375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F375C is #A0C8A3. Grayscale: #474747. Windows color (decimal): -10537124 or 6043487. OLE color: 6043487.

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

Color convert

RGB955592-
CMYK00.420.030.63
HSL304.5º26.67%29.41%-
HSV(B)304.5º42.11%37.25%-
XYZ8.025.9410.85-
YUV71.18139.75144.99-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=39.26%
G=22.73%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95559200.420.030.63304.526.6729.41
Hex5F375C02A33F1301b1d
Octal137671340523774603335
Binary101111111011110111000101010111111111001100001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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