Html Css Color HEX #601457 Palatinate Purple

📋 copy color: '#601457'

red 96 ◦ green 20 ◦ blue 87

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

Shades of Palatinate Purple #601457

Tints of Palatinate Purple #601457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

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

R = 47.29%
G = 9.85%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601457 (or 0x601457) is known color: Palatinate Purple. HEX triplet: 60, 14 and 57. RGB value is (96,20,87). Sum of RGB (Red+Green+Blue) = 96+20+87=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #601457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601457 is #9FEBA8. Grayscale: #323232. Windows color (decimal): -10480553 or 5706848. OLE color: 5706848.

HSL color Cylindrical-coordinate representation of color #601457: hue angle of 307.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #601457 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 87 -
CMYK 0 0.79 0.09 0.62
HSL 307.11º 0.66% 0.23% -
HSV(B) 307.11º 0.79% 0.38% -
XYZ 6.79 3.68 9.37 -
YUV 50.36 148.68 160.55 -
System Red Green Blue C M Y K H S L
Decimal 96 20 87 0 0.79 0.09 0.62 307.11 0.66 0.23
Hex 60 14 57 0 4F 9 3E 133 42 17
Octal 140 24 127 0 117 11 76 463 102 27
Binary 1100000 10100 1010111 0 1001111 1001 111110 100110011 1000010 10111

Color Harmonies of #601457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601457

Black with #601457

Text Example


Text Example

White with #601457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601457; }

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

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

background-color css

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

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

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

border-color css

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

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

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