#601F4F

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

Shades of Palatinate Purple #601F4F

Tints of Palatinate Purple #601F4F

Color information

#601F4F (or 0x601F4F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 1F and 4F. RGB value is (96,31,79). Sum of RGB (Red+Green+Blue) = 96+31+79=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #601F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F4F is #9FE0B0. Grayscale: #373737. Windows color (decimal): -10477745 or 5185376. OLE color: 5185376.

HSL color Cylindrical-coordinate representation of color #601F4F: hue angle of 315.69º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F4F is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB963179-
CMYK00.680.180.62
HSL315.69º51.18%24.9%-
HSV(B)315.69º67.71%37.65%-
XYZ6.734.037.82-
YUV55.91141.03156.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 31 (12.5% from 255) = 15.05%
BLUE value IS 79 (31.25% from 255) = 38.35%
R=46.60%
G=15.05%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96317900.680.180.62315.6951.1824.9
Hex601F4F044123E13c3319
Octal14037117010422764746331
Binary1100000111111001111010001001001011111010011110011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601F4F; }

 p { color: rgb(96,31,79); }

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

<style>
 a { background-color: #601F4F; }

 a { background-color: rgb(96,31,79); }

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

<style>
 span { border-color: #601F4F; }

 span { border-color: rgb(96,31,79); }

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