Html Css Color HEX #601A61 Palatinate Purple

📋 copy color: '#601A61'

red 96 ◦ green 26 ◦ blue 97

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

Shades of Palatinate Purple #601A61

Tints of Palatinate Purple #601A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

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

R = 43.84%
G = 11.87%
B = 44.29%

CMYK

 C value IS 0.01

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601A61 (or 0x601A61) is known color: Palatinate Purple. HEX triplet: 60, 1A and 61. RGB value is (96,26,97). Sum of RGB (Red+Green+Blue) = 96+26+97=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #601A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #601A61 is #9FE59E. Grayscale: #363636. Windows color (decimal): -10479007 or 6363744. OLE color: 6363744.

HSL color Cylindrical-coordinate representation of color #601A61: hue angle of 299.15º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A61 is Cyan = 0.01, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 97 -
CMYK 0.01 0.73 0 0.62
HSL 299.15º 0.58% 0.24% -
HSV(B) 299.15º 0.73% 0.38% -
XYZ 7.35 4.09 11.71 -
YUV 55.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 96 26 97 0.01 0.73 0 0.62 299.15 0.58 0.24
Hex 60 1A 61 1 49 0 3E 12B 3A 18
Octal 140 32 141 1 111 0 76 453 72 30
Binary 1100000 11010 1100001 1 1001001 0 111110 100101011 111010 11000

Color Harmonies of #601A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A61

Black with #601A61

Text Example


Text Example

White with #601A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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