#6E0479

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

Shades of Purple #6E0479

Tints of Purple #6E0479

Color information

#6E0479 (or 0x6E0479) is unknown color: approx Purple. HEX triplet: 6E, 04 and 79. RGB value is (110,4,121). Sum of RGB (Red+Green+Blue) = 110+4+121=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0479 is #91FB86. Grayscale: #303030. Windows color (decimal): -9567111 or 7930990. OLE color: 7930990.

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

Color convert

RGB1104121-
CMYK0.090.9700.53
HSL294.36º93.6%24.51%-
HSV(B)294.36º96.69%47.45%-
XYZ9.934.7818.49-
YUV49.03168.62171.49-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 4 (1.95% from 255) = 1.70%
BLUE value IS 121 (47.66% from 255) = 51.49%
R=46.81%
G=1.70%
B=51.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11041210.090.9700.53294.3693.624.51
Hex6E4799610351265e19
Octal15641711114106544613631
Binary11011101001111001100111000010110101100100110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,4,121); }

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

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

 a { background-color: rgb(110,4,121); }

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

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

 span { border-color: rgb(110,4,121); }

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