Html Css Color HEX #601961 Palatinate Purple

📋 copy color: '#601961'

red 96 ◦ green 25 ◦ blue 97

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

Shades of Palatinate Purple #601961

Tints of Palatinate Purple #601961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.5%

R = 44.04%
G = 11.47%
B = 44.5%

CMYK

 C value IS 0.01

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601961 (or 0x601961) is known color: Palatinate Purple. HEX triplet: 60, 19 and 61. RGB value is (96,25,97). Sum of RGB (Red+Green+Blue) = 96+25+97=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #601961 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601961 is #9FE69E. Grayscale: #363636. Windows color (decimal): -10479263 or 6363488. OLE color: 6363488.

HSL color Cylindrical-coordinate representation of color #601961: hue angle of 299.17º 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 #601961 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 97 -
CMYK 0.01 0.74 0 0.62
HSL 299.17º 0.59% 0.24% -
HSV(B) 299.17º 0.74% 0.38% -
XYZ 7.33 4.05 11.7 -
YUV 54.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 96 25 97 0.01 0.74 0 0.62 299.17 0.59 0.24
Hex 60 19 61 1 4A 0 3E 12B 3B 18
Octal 140 31 141 1 112 0 76 453 73 30
Binary 1100000 11001 1100001 1 1001010 0 111110 100101011 111011 11000

Color Harmonies of #601961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601961

Black with #601961

Text Example


Text Example

White with #601961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601961; }

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

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

background-color css

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

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

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

border-color css

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

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

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