Html Css Color HEX #601162 Palatinate Purple

📋 copy color: '#601162'

red 96 ◦ green 17 ◦ blue 98

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

Shades of Palatinate Purple #601162

Tints of Palatinate Purple #601162

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.06%

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

R = 45.5%
G = 8.06%
B = 46.45%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#601162 (or 0x601162) is known color: Palatinate Purple. HEX triplet: 60, 11 and 62. RGB value is (96,17,98). Sum of RGB (Red+Green+Blue) = 96+17+98=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #601162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601162 is #9FEE9D. Grayscale: #313131. Windows color (decimal): -10481310 or 6426976. OLE color: 6426976.

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

Color convert

RGB 96 17 98 -
CMYK 0.02 0.83 0 0.62
HSL 298.52º 0.7% 0.23% -
HSV(B) 298.52º 0.83% 0.38% -
XYZ 7.23 3.77 11.9 -
YUV 49.86 155.17 160.91 -
System Red Green Blue C M Y K H S L
Decimal 96 17 98 0.02 0.83 0 0.62 298.52 0.7 0.23
Hex 60 11 62 2 53 0 3E 12B 46 17
Octal 140 21 142 2 123 0 76 453 106 27
Binary 1100000 10001 1100010 10 1010011 0 111110 100101011 1000110 10111

Color Harmonies of #601162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601162

Black with #601162

Text Example


Text Example

White with #601162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601162; }

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

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

background-color css

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

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

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

border-color css

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

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

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