Html Css Color HEX #601E57 Palatinate Purple

📋 copy color: '#601E57'

red 96 ◦ green 30 ◦ blue 87

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

Shades of Palatinate Purple #601E57

Tints of Palatinate Purple #601E57

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.08%

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

R = 45.07%
G = 14.08%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#601E57 (or 0x601E57) is known color: Palatinate Purple. HEX triplet: 60, 1E and 57. RGB value is (96,30,87). Sum of RGB (Red+Green+Blue) = 96+30+87=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #601E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601E57 is #9FE1A8. Grayscale: #383838. Windows color (decimal): -10477993 or 5709408. OLE color: 5709408.

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

Color convert

RGB 96 30 87 -
CMYK 0 0.69 0.09 0.62
HSL 308.18º 0.52% 0.25% -
HSV(B) 308.18º 0.69% 0.38% -
XYZ 7.01 4.1 9.44 -
YUV 56.23 145.37 156.37 -
System Red Green Blue C M Y K H S L
Decimal 96 30 87 0 0.69 0.09 0.62 308.18 0.52 0.25
Hex 60 1E 57 0 45 9 3E 134 34 19
Octal 140 36 127 0 105 11 76 464 64 31
Binary 1100000 11110 1010111 0 1000101 1001 111110 100110100 110100 11001

Color Harmonies of #601E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E57

Black with #601E57

Text Example


Text Example

White with #601E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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