Html Css Color HEX #601F55 Palatinate Purple

📋 copy color: '#601F55'

red 96 ◦ green 31 ◦ blue 85

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

Shades of Palatinate Purple #601F55

Tints of Palatinate Purple #601F55

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.62%

 BLUE value IS 85 (33.59% from 255) = 40.09%

R = 45.28%
G = 14.62%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601F55 (or 0x601F55) is known color: Palatinate Purple. HEX triplet: 60, 1F and 55. RGB value is (96,31,85). Sum of RGB (Red+Green+Blue) = 96+31+85=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 96 - color contains mainly: red. Hex color #601F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601F55 is #9FE0AA. Grayscale: #383838. Windows color (decimal): -10477739 or 5578592. OLE color: 5578592.

HSL color Cylindrical-coordinate representation of color #601F55: hue angle of 310.15º 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 #601F55 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 31 85 -
CMYK 0 0.68 0.11 0.62
HSL 310.15º 0.51% 0.25% -
HSV(B) 310.15º 0.68% 0.38% -
XYZ 6.95 4.12 9.02 -
YUV 56.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 96 31 85 0 0.68 0.11 0.62 310.15 0.51 0.25
Hex 60 1F 55 0 44 B 3E 136 33 19
Octal 140 37 125 0 104 13 76 466 63 31
Binary 1100000 11111 1010101 0 1000100 1011 111110 100110110 110011 11001

Color Harmonies of #601F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F55

Black with #601F55

Text Example


Text Example

White with #601F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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