Html Css Color HEX #601857 Palatinate Purple

📋 copy color: '#601857'

red 96 ◦ green 24 ◦ blue 87

#601857
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #601857

Tints of Palatinate Purple #601857

RGB

 RED value IS 96 (37.89% from 255) = 46.38%

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 46.38%
G = 11.59%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601857 (or 0x601857) is known color: Palatinate Purple. HEX triplet: 60, 18 and 57. RGB value is (96,24,87). Sum of RGB (Red+Green+Blue) = 96+24+87=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #601857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601857 is #9FE7A8. Grayscale: #343434. Windows color (decimal): -10479529 or 5707872. OLE color: 5707872.

HSL color Cylindrical-coordinate representation of color #601857: hue angle of 307.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 #601857 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 87 -
CMYK 0 0.75 0.09 0.62
HSL 307.5º 0.6% 0.24% -
HSV(B) 307.5º 0.75% 0.38% -
XYZ 6.87 3.83 9.39 -
YUV 52.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 96 24 87 0 0.75 0.09 0.62 307.5 0.6 0.24
Hex 60 18 57 0 4B 9 3E 134 3C 18
Octal 140 30 127 0 113 11 76 464 74 30
Binary 1100000 11000 1010111 0 1001011 1001 111110 100110100 111100 11000

Color Harmonies of #601857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601857

Black with #601857

Text Example


Text Example

White with #601857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601857; }

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

 H1.HeaderClassName
 {
   color: #601857;
 }
 .AnyTagClassName
 {
   color: #601857;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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