#600462

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

Shades of Palatinate Purple #600462

Tints of Palatinate Purple #600462

Color information

#600462 (or 0x600462) is unknown color: approx Palatinate Purple. HEX triplet: 60, 04 and 62. RGB value is (96,4,98). Sum of RGB (Red+Green+Blue) = 96+4+98=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #600462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600462 is #9FFB9D. Grayscale: #292929. Windows color (decimal): -10484638 or 6423648. OLE color: 6423648.

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

Color convert

RGB96498-
CMYK0.020.9600.62
HSL298.72º92.16%20%-
HSV(B)298.72º95.92%38.43%-
XYZ7.073.4611.85-
YUV42.22159.48166.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=48.48%
G=2.02%
B=49.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal964980.020.9600.62298.7292.1620
Hex6046226003E12b5c14
Octal1404142214007645313424
Binary110000010011000101011000000111110100101011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600462; }

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

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

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

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

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

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

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

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