#6E128E

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

Shades of Purple #6E128E

Tints of Purple #6E128E

Color information

#6E128E (or 0x6E128E) is unknown color: approx Purple. HEX triplet: 6E, 12 and 8E. RGB value is (110,18,142). Sum of RGB (Red+Green+Blue) = 110+18+142=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E128E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E128E is #91ED71. Grayscale: #3B3B3B. Windows color (decimal): -9563506 or 9310830. OLE color: 9310830.

HSL color Cylindrical-coordinate representation of color #6E128E: hue angle of 284.52º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E128E is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11018142-
CMYK0.230.8700.44
HSL284.52º77.5%31.37%-
HSV(B)284.52º87.32%55.69%-
XYZ11.535.726.08-
YUV59.64174.48163.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40.74%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=40.74%
G=6.67%
B=52.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110181420.230.8700.44284.5277.531.37
Hex6E128E175702C11d4e1f
Octal156222162712705443511637
Binary110111010010100011101011110101110101100100011101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,142); }

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

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

 a { background-color: rgb(110,18,142); }

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

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

 span { border-color: rgb(110,18,142); }

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