Html Css Color HEX #601462 Palatinate Purple

📋 copy color: '#601462'

red 96 ◦ green 20 ◦ blue 98

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

Shades of Palatinate Purple #601462

Tints of Palatinate Purple #601462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.35%

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

R = 44.86%
G = 9.35%
B = 45.79%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601462 (or 0x601462) is known color: Palatinate Purple. HEX triplet: 60, 14 and 62. RGB value is (96,20,98). Sum of RGB (Red+Green+Blue) = 96+20+98=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #601462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601462 is #9FEB9D. Grayscale: #333333. Windows color (decimal): -10480542 or 6427744. OLE color: 6427744.

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

Color convert

RGB 96 20 98 -
CMYK 0.02 0.80 0 0.62
HSL 298.46º 0.66% 0.23% -
HSV(B) 298.46º 0.8% 0.38% -
XYZ 7.28 3.87 11.92 -
YUV 51.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 96 20 98 0.02 0.80 0 0.62 298.46 0.66 0.23
Hex 60 14 62 2 50 0 3E 12A 42 17
Octal 140 24 142 2 120 0 76 452 102 27
Binary 1100000 10100 1100010 10 1010000 0 111110 100101010 1000010 10111

Color Harmonies of #601462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601462

Black with #601462

Text Example


Text Example

White with #601462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601462; }

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

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

background-color css

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

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

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

border-color css

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

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

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