#600466

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

Shades of Palatinate Purple #600466

Tints of Palatinate Purple #600466

Color information

#600466 (or 0x600466) is unknown color: approx Palatinate Purple. HEX triplet: 60, 04 and 66. RGB value is (96,4,102). Sum of RGB (Red+Green+Blue) = 96+4+102=202 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.52% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #600466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600466 is #9FFB99. Grayscale: #2A2A2A. Windows color (decimal): -10484634 or 6685792. OLE color: 6685792.

HSL color Cylindrical-coordinate representation of color #600466: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600466 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB964102-
CMYK0.060.9600.6
HSL296.33º92.45%20.78%-
HSV(B)296.33º96.08%40%-
XYZ7.273.5312.87-
YUV42.68161.48166.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.52%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=47.52%
G=1.98%
B=50.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9641020.060.9600.6296.3392.4520.78
Hex6046666003C1285c15
Octal1404146614007445013425
Binary1100000100110011011011000000111100100101000101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600466; }

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

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

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

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

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

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

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

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