#600A5A

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

Shades of Palatinate Purple #600A5A

Tints of Palatinate Purple #600A5A

Color information

#600A5A (or 0x600A5A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0A and 5A. RGB value is (96,10,90). Sum of RGB (Red+Green+Blue) = 96+10+90=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #600A5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A5A is #9FF5A5. Grayscale: #2C2C2C. Windows color (decimal): -10483110 or 5900896. OLE color: 5900896.

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

Color convert

RGB961090-
CMYK00.900.060.62
HSL304.19º81.13%20.78%-
HSV(B)304.19º89.58%37.65%-
XYZ6.783.449.98-
YUV44.83153.49164.5-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 10 (4.30% from 255) = 5.10%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=48.98%
G=5.10%
B=45.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96109000.900.060.62304.1981.1320.78
Hex60A5A05A63E1305115
Octal14012132013267646012125
Binary11000001010101101001011010110111110100110000101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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