#6E0D99

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

Shades of Purple #6E0D99

Tints of Purple #6E0D99

Color information

#6E0D99 (or 0x6E0D99) is unknown color: approx Purple. HEX triplet: 6E, 0D and 99. RGB value is (110,13,153). Sum of RGB (Red+Green+Blue) = 110+13+153=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 153 (60.16% from 255 or 55.43% from 276); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E0D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0D99 is #91F266. Grayscale: #393939. Windows color (decimal): -9564775 or 10030446. OLE color: 10030446.

HSL color Cylindrical-coordinate representation of color #6E0D99: hue angle of 281.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6E0D99 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11013153-
CMYK0.280.9200.4
HSL281.57º84.34%32.55%-
HSV(B)281.57º91.5%60%-
XYZ12.325.930.63-
YUV57.96181.64165.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 39.86%
GREEN value IS 13 (5.47% from 255) = 4.71%
BLUE value IS 153 (60.16% from 255) = 55.43%
R=39.86%
G=4.71%
B=55.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110131530.280.9200.4281.5784.3432.55
Hex6ED991C5C02811a5421
Octal156152313413405043212441
Binary110111011011001100111100101110001010001000110101010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,13,153); }

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

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

 a { background-color: rgb(110,13,153); }

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

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

 span { border-color: rgb(110,13,153); }

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