#6A0576

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

Shades of Purple #6A0576

Tints of Purple #6A0576

Color information

#6A0576 (or 0x6A0576) is unknown color: approx Purple. HEX triplet: 6A, 05 and 76. RGB value is (106,5,118). Sum of RGB (Red+Green+Blue) = 106+5+118=229 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.29% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #6A0576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0576 is #95FA89. Grayscale: #2F2F2F. Windows color (decimal): -9829002 or 7734634. OLE color: 7734634.

HSL color Cylindrical-coordinate representation of color #6A0576: hue angle of 293.63º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0576 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1065118-
CMYK0.100.9600.54
HSL293.63º91.87%24.12%-
HSV(B)293.63º95.76%46.27%-
XYZ9.274.4817.52-
YUV48.08167.46169.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.29%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=46.29%
G=2.18%
B=51.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10651180.100.9600.54293.6391.8724.12
Hex6A576A600361265c18
Octal15251661214006644613430
Binary11010101011110110101011000000110110100100110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,5,118); }

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

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

 a { background-color: rgb(106,5,118); }

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

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

 span { border-color: rgb(106,5,118); }

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