#601462

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

Shades of Palatinate Purple #601462

Tints of Palatinate Purple #601462

Color information

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

RGB962098-
CMYK0.020.8000.62
HSL298.46º66.1%23.14%-
HSV(B)298.46º79.59%38.43%-
XYZ7.283.8711.92-
YUV51.62154.18159.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9620980.020.8000.62298.4666.123.14
Hex60146225003E12a4217
Octal14024142212007645210227
Binary11000001010011000101010100000111110100101010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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