#600A6B

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

Shades of Palatinate Purple #600A6B

Tints of Palatinate Purple #600A6B

Color information

#600A6B (or 0x600A6B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0A and 6B. RGB value is (96,10,107). Sum of RGB (Red+Green+Blue) = 96+10+107=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #600A6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A6B is #9FF594. Grayscale: #2E2E2E. Windows color (decimal): -10483093 or 7015008. OLE color: 7015008.

HSL color Cylindrical-coordinate representation of color #600A6B: hue angle of 293.2º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600A6B is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9610107-
CMYK0.100.9100.58
HSL293.2º82.91%22.94%-
HSV(B)293.2º90.65%41.96%-
XYZ7.593.7714.24-
YUV46.77161.99163.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 10 (4.30% from 255) = 4.69%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=45.07%
G=4.69%
B=50.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96101070.100.9100.58293.282.9122.94
Hex60A6BA5B03A1255317
Octal140121531213307244512327
Binary110000010101101011101010110110111010100100101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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