Html Css Color HEX #601955 Palatinate Purple

📋 copy color: '#601955'

red 96 ◦ green 25 ◦ blue 85

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

Shades of Palatinate Purple #601955

Tints of Palatinate Purple #601955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

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

R = 46.6%
G = 12.14%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#601955 (or 0x601955) is known color: Palatinate Purple. HEX triplet: 60, 19 and 55. RGB value is (96,25,85). Sum of RGB (Red+Green+Blue) = 96+25+85=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 85 (33.59% from 255 or 41.26% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #601955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601955 is #9FE6AA. Grayscale: #343434. Windows color (decimal): -10479275 or 5577056. OLE color: 5577056.

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

Color convert

RGB 96 25 85 -
CMYK 0 0.74 0.11 0.62
HSL 309.3º 0.59% 0.24% -
HSV(B) 309.3º 0.74% 0.38% -
XYZ 6.81 3.84 8.98 -
YUV 53.07 146.02 158.62 -
System Red Green Blue C M Y K H S L
Decimal 96 25 85 0 0.74 0.11 0.62 309.3 0.59 0.24
Hex 60 19 55 0 4A B 3E 135 3B 18
Octal 140 31 125 0 112 13 76 465 73 30
Binary 1100000 11001 1010101 0 1001010 1011 111110 100110101 111011 11000

Color Harmonies of #601955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601955

Black with #601955

Text Example


Text Example

White with #601955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601955; }

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

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

background-color css

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

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

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

border-color css

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

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

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