#6A005C

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

Shades of Palatinate Purple #6A005C

Tints of Palatinate Purple #6A005C

Color information

#6A005C (or 0x6A005C) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 00 and 5C. RGB value is (106,0,92). Sum of RGB (Red+Green+Blue) = 106+0+92=198 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53.54% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005C is #95FFA3. Grayscale: #292929. Windows color (decimal): -9830308 or 6029418. OLE color: 6029418.

HSL color Cylindrical-coordinate representation of color #6A005C: hue angle of 307.92º 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 #6A005C is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB106092-
CMYK010.130.58
HSL307.92º100%20.78%-
HSV(B)307.92º100%41.57%-
XYZ7.883.8410.45-
YUV42.18156.12173.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=53.54%
G=0%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106092010.130.58307.9210020.78
Hex6A05C064D3A1346415
Octal15201340144157246414425
Binary110101001011100011001001101111010100110100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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