#6A005D

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

Shades of Palatinate Purple #6A005D

Tints of Palatinate Purple #6A005D

Color information

#6A005D (or 0x6A005D) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 00 and 5D. RGB value is (106,0,93). Sum of RGB (Red+Green+Blue) = 106+0+93=199 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.27% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005D is #95FFA2. Grayscale: #2A2A2A. Windows color (decimal): -9830307 or 6094954. OLE color: 6094954.

HSL color Cylindrical-coordinate representation of color #6A005D: hue angle of 307.36º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6A005D is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB106093-
CMYK010.120.58
HSL307.36º100%20.78%-
HSV(B)307.36º100%41.57%-
XYZ7.923.8510.68-
YUV42.3156.62173.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=53.27%
G=0%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106093010.120.58307.3610020.78
Hex6A05D064C3A1336415
Octal15201350144147246314425
Binary110101001011101011001001100111010100110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A005D; }

 p { color: rgb(106,0,93); }

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

<style>
 a { background-color: #6A005D; }

 a { background-color: rgb(106,0,93); }

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

<style>
 span { border-color: #6A005D; }

 span { border-color: rgb(106,0,93); }

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