Html Css Color HEX #601262 Palatinate Purple

📋 copy color: '#601262'

red 96 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #601262

Tints of Palatinate Purple #601262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

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

R = 45.28%
G = 8.49%
B = 46.23%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601262 (or 0x601262) is known color: Palatinate Purple. HEX triplet: 60, 12 and 62. RGB value is (96,18,98). Sum of RGB (Red+Green+Blue) = 96+18+98=212 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.28% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #601262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601262 is #9FED9D. Grayscale: #323232. Windows color (decimal): -10481054 or 6427232. OLE color: 6427232.

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

Color convert

RGB 96 18 98 -
CMYK 0.02 0.82 0 0.62
HSL 298.5º 0.69% 0.23% -
HSV(B) 298.5º 0.82% 0.38% -
XYZ 7.24 3.8 11.91 -
YUV 50.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 96 18 98 0.02 0.82 0 0.62 298.5 0.69 0.23
Hex 60 12 62 2 52 0 3E 12A 45 17
Octal 140 22 142 2 122 0 76 452 105 27
Binary 1100000 10010 1100010 10 1010010 0 111110 100101010 1000101 10111

Color Harmonies of #601262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601262

Black with #601262

Text Example


Text Example

White with #601262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601262; }

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

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

background-color css

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

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

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

border-color css

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

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

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