#600D5A

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

Shades of Palatinate Purple #600D5A

Tints of Palatinate Purple #600D5A

Color information

#600D5A (or 0x600D5A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0D and 5A. RGB value is (96,13,90). Sum of RGB (Red+Green+Blue) = 96+13+90=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 90 (35.55% from 255 or 45.23% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #600D5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D5A is #9FF2A5. Grayscale: #2E2E2E. Windows color (decimal): -10482342 or 5901664. OLE color: 5901664.

HSL color Cylindrical-coordinate representation of color #600D5A: hue angle of 304.34º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #600D5A is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB961390-
CMYK00.860.060.62
HSL304.34º76.15%21.37%-
HSV(B)304.34º86.46%37.65%-
XYZ6.813.519.99-
YUV46.6152.5163.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 13 (5.47% from 255) = 6.53%
BLUE value IS 90 (35.55% from 255) = 45.23%
R=48.24%
G=6.53%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96139000.860.060.62304.3476.1521.37
Hex60D5A05663E1304c15
Octal14015132012667646011425
Binary11000001101101101001010110110111110100110000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,13,90); }

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

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

 a { background-color: rgb(96,13,90); }

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

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

 span { border-color: rgb(96,13,90); }

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