#601162

Color #601162 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #601162

Tints of Palatinate Purple #601162

Color information

#601162 (or 0x601162) is unknown color: approx 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

RGB961798-
CMYK0.020.8300.62
HSL298.52º70.43%22.55%-
HSV(B)298.52º82.65%38.43%-
XYZ7.233.7711.9-
YUV49.86155.17160.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 98 (38.67% from 255) = 46.45%
R=45.50%
G=8.06%
B=46.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9617980.020.8300.62298.5270.4322.55
Hex60116225303E12b4617
Octal14021142212307645310627
Binary11000001000111000101010100110111110100101011100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>