Html Css Color HEX #601562 Palatinate Purple

📋 copy color: '#601562'

red 96 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #601562

Tints of Palatinate Purple #601562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.77%

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

R = 44.65%
G = 9.77%
B = 45.58%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601562 (or 0x601562) is known color: Palatinate Purple. HEX triplet: 60, 15 and 62. RGB value is (96,21,98). Sum of RGB (Red+Green+Blue) = 96+21+98=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #601562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601562 is #9FEA9D. Grayscale: #333333. Windows color (decimal): -10480286 or 6428000. OLE color: 6428000.

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

Color convert

RGB 96 21 98 -
CMYK 0.02 0.79 0 0.62
HSL 298.44º 0.65% 0.23% -
HSV(B) 298.44º 0.79% 0.38% -
XYZ 7.3 3.9 11.92 -
YUV 52.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 96 21 98 0.02 0.79 0 0.62 298.44 0.65 0.23
Hex 60 15 62 2 4F 0 3E 12A 41 17
Octal 140 25 142 2 117 0 76 452 101 27
Binary 1100000 10101 1100010 10 1001111 0 111110 100101010 1000001 10111

Color Harmonies of #601562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601562

Black with #601562

Text Example


Text Example

White with #601562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601562; }

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

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

background-color css

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

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

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

border-color css

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

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

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