#6A005E

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

Shades of Palatinate Purple #6A005E

Tints of Palatinate Purple #6A005E

Color information

#6A005E (or 0x6A005E) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 00 and 5E. RGB value is (106,0,94). Sum of RGB (Red+Green+Blue) = 106+0+94=200 (26% of max value = 765). Red value is 106 (41.80% from 255 or 53% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 94 (37.11% from 255 or 47% from 200); Max value from RGB is 106 - color contains mainly: red. Hex color #6A005E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A005E is #95FFA1. Grayscale: #2A2A2A. Windows color (decimal): -9830306 or 6160490. OLE color: 6160490.

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

Color convert

RGB106094-
CMYK010.110.58
HSL306.79º100%20.78%-
HSV(B)306.79º100%41.57%-
XYZ7.963.8710.92-
YUV42.41157.12173.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 47%
R=53%
G=0%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106094010.110.58306.7910020.78
Hex6A05E064B3A1336415
Octal15201360144137246314425
Binary110101001011110011001001011111010100110011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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