#6E0B72

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

Shades of Purple #6E0B72

Tints of Purple #6E0B72

Color information

#6E0B72 (or 0x6E0B72) is unknown color: approx Purple. HEX triplet: 6E, 0B and 72. RGB value is (110,11,114). Sum of RGB (Red+Green+Blue) = 110+11+114=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 114 (44.92% from 255 or 48.51% from 235); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E0B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B72 is #91F48D. Grayscale: #343434. Windows color (decimal): -9565326 or 7474030. OLE color: 7474030.

HSL color Cylindrical-coordinate representation of color #6E0B72: hue angle of 297.67º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E0B72 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11011114-
CMYK0.040.9000.55
HSL297.67º82.4%24.51%-
HSV(B)297.67º90.35%44.71%-
XYZ9.594.7716.33-
YUV52.34162.8169.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 11 (4.69% from 255) = 4.68%
BLUE value IS 114 (44.92% from 255) = 48.51%
R=46.81%
G=4.68%
B=48.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110111140.040.9000.55297.6782.424.51
Hex6EB7245A03712a5219
Octal15613162413206745212231
Binary11011101011111001010010110100110111100101010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,11,114); }

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

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

 a { background-color: rgb(110,11,114); }

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

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

 span { border-color: rgb(110,11,114); }

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