#6A0578

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

Shades of Purple #6A0578

Tints of Purple #6A0578

Color information

#6A0578 (or 0x6A0578) is unknown color: approx Purple. HEX triplet: 6A, 05 and 78. RGB value is (106,5,120). Sum of RGB (Red+Green+Blue) = 106+5+120=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0578 is #95FA87. Grayscale: #2F2F2F. Windows color (decimal): -9829000 or 7865706. OLE color: 7865706.

HSL color Cylindrical-coordinate representation of color #6A0578: hue angle of 292.7º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A0578 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1065120-
CMYK0.120.9600.53
HSL292.7º92%24.51%-
HSV(B)292.7º95.83%47.06%-
XYZ9.394.5318.15-
YUV48.31168.46169.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=45.89%
G=2.16%
B=51.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10651200.120.9600.53292.79224.51
Hex6A578C600351255c19
Octal15251701414006544513431
Binary11010101011111000110011000000110101100100101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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