Html Css Color HEX #601762 Palatinate Purple

📋 copy color: '#601762'

red 96 ◦ green 23 ◦ blue 98

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

Shades of Palatinate Purple #601762

Tints of Palatinate Purple #601762

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.6%

 BLUE value IS 98 (38.67% from 255) = 45.16%

R = 44.24%
G = 10.6%
B = 45.16%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601762 (or 0x601762) is known color: Palatinate Purple. HEX triplet: 60, 17 and 62. RGB value is (96,23,98). Sum of RGB (Red+Green+Blue) = 96+23+98=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #601762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601762 is #9FE89D. Grayscale: #353535. Windows color (decimal): -10479774 or 6428512. OLE color: 6428512.

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

Color convert

RGB 96 23 98 -
CMYK 0.02 0.77 0 0.62
HSL 298.4º 0.62% 0.24% -
HSV(B) 298.4º 0.77% 0.38% -
XYZ 7.33 3.98 11.94 -
YUV 53.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 96 23 98 0.02 0.77 0 0.62 298.4 0.62 0.24
Hex 60 17 62 2 4D 0 3E 12A 3E 18
Octal 140 27 142 2 115 0 76 452 76 30
Binary 1100000 10111 1100010 10 1001101 0 111110 100101010 111110 11000

Color Harmonies of #601762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601762

Black with #601762

Text Example


Text Example

White with #601762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601762; }

 p { color: rgb(96,23,98); }

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

background-color css

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

 a { background-color: rgb(96,23,98); }

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

border-color css

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

 span { border-color: rgb(96,23,98); }

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