#600C62

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

Shades of Palatinate Purple #600C62

Tints of Palatinate Purple #600C62

Color information

#600C62 (or 0x600C62) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0C and 62. RGB value is (96,12,98). Sum of RGB (Red+Green+Blue) = 96+12+98=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #600C62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600C62 is #9FF39D. Grayscale: #2E2E2E. Windows color (decimal): -10482590 or 6425696. OLE color: 6425696.

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

Color convert

RGB961298-
CMYK0.020.8800.62
HSL298.6º78.18%21.57%-
HSV(B)298.6º87.76%38.43%-
XYZ7.163.6311.88-
YUV46.92156.83163.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 98 (38.67% from 255) = 47.57%
R=46.60%
G=5.83%
B=47.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9612980.020.8800.62298.678.1821.57
Hex60C6225803E12b4e16
Octal14014142213007645311626
Binary1100000110011000101010110000111110100101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600C62; }

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

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

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

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

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

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

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

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