#600A5F

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

Shades of Palatinate Purple #600A5F

Tints of Palatinate Purple #600A5F

Color information

#600A5F (or 0x600A5F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 0A and 5F. RGB value is (96,10,95). Sum of RGB (Red+Green+Blue) = 96+10+95=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #600A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A5F is #9FF5A0. Grayscale: #2D2D2D. Windows color (decimal): -10483105 or 6228576. OLE color: 6228576.

HSL color Cylindrical-coordinate representation of color #600A5F: hue angle of 300.7º 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 #600A5F is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB961095-
CMYK00.900.010.62
HSL300.7º81.13%20.78%-
HSV(B)300.7º89.58%37.65%-
XYZ73.5311.14-
YUV45.4155.99164.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.76%
GREEN value IS 10 (4.30% from 255) = 4.98%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=47.76%
G=4.98%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96109500.900.010.62300.781.1320.78
Hex60A5F05A13E12d5115
Octal14012137013217645512125
Binary110000010101011111010110101111110100101101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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