#601851

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

Shades of Palatinate Purple #601851

Tints of Palatinate Purple #601851

Color information

#601851 (or 0x601851) is unknown color: approx Palatinate Purple. HEX triplet: 60, 18 and 51. RGB value is (96,24,81). Sum of RGB (Red+Green+Blue) = 96+24+81=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #601851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601851 is #9FE7AE. Grayscale: #333333. Windows color (decimal): -10479535 or 5314656. OLE color: 5314656.

HSL color Cylindrical-coordinate representation of color #601851: hue angle of 312.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601851 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB962481-
CMYK00.750.160.62
HSL312.5º60%23.53%-
HSV(B)312.5º75%37.65%-
XYZ6.643.738.16-
YUV52.03144.35159.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 81 (32.03% from 255) = 40.30%
R=47.76%
G=11.94%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96248100.750.160.62312.56023.53
Hex60185104B103E1383c18
Octal14030121011320764707430
Binary1100000110001010001010010111000011111010011100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601851; }

 p { color: rgb(96,24,81); }

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

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

 a { background-color: rgb(96,24,81); }

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

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

 span { border-color: rgb(96,24,81); }

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