#600E65

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

Shades of Palatinate Purple #600E65

Tints of Palatinate Purple #600E65

Color information

#600E65 (or 0x600E65) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0E and 65. RGB value is (96,14,101). Sum of RGB (Red+Green+Blue) = 96+14+101=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 14 (5.86% from 255 or 6.64% from 211); Blue value is 101 (39.84% from 255 or 47.87% from 211); Max value from RGB is 101 - color contains mainly: blue. Hex color #600E65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600E65 is #9FF19A. Grayscale: #303030. Windows color (decimal): -10482075 or 6622816. OLE color: 6622816.

HSL color Cylindrical-coordinate representation of color #600E65: hue angle of 296.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600E65 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9614101-
CMYK0.050.8600.60
HSL296.55º75.65%22.55%-
HSV(B)296.55º86.14%39.61%-
XYZ7.333.7412.65-
YUV48.44157.67161.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 14 (5.86% from 255) = 6.64%
BLUE value IS 101 (39.84% from 255) = 47.87%
R=45.50%
G=6.64%
B=47.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96141010.050.8600.60296.5575.6522.55
Hex60E6555603C1294c17
Octal14016145512607445111427
Binary11000001110110010110110101100111100100101001100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,14,101); }

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

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

 a { background-color: rgb(96,14,101); }

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

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

 span { border-color: rgb(96,14,101); }

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