#601762

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

Shades of Palatinate Purple #601762

Tints of Palatinate Purple #601762

Color information

#601762 (or 0x601762) is unknown color: approx Palatinate Purple. HEX triplet: 60, 17 and 62. RGB value is (96,23,98). Sum of RGB (Red+Green+Blue) = 96+23+98=217 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.24% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #601762 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601762 is #9FE89D. Grayscale: #353535. Windows color (decimal): -10479774 or 6428512. OLE color: 6428512.

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

Color convert

RGB962398-
CMYK0.020.7700.62
HSL298.4º61.98%23.73%-
HSV(B)298.4º76.53%38.43%-
XYZ7.333.9811.94-
YUV53.38153.18158.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.24%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 98 (38.67% from 255) = 45.16%
R=44.24%
G=10.60%
B=45.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9623980.020.7700.62298.461.9823.73
Hex60176224D03E12a3e18
Octal1402714221150764527630
Binary1100000101111100010101001101011111010010101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601762; }

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

 H1.HeaderClassName
 {
   color: #601762;
 }
 .AnyTagClassName
 {
   color: #601762;
 }
</style>
background-color css

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

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

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

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

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

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