#6E0291

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

Shades of Purple #6E0291

Tints of Purple #6E0291

Color information

#6E0291 (or 0x6E0291) is unknown color: approx Purple. HEX triplet: 6E, 02 and 91. RGB value is (110,2,145). Sum of RGB (Red+Green+Blue) = 110+2+145=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E0291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0291 is #91FD6E. Grayscale: #323232. Windows color (decimal): -9567599 or 9503342. OLE color: 9503342.

HSL color Cylindrical-coordinate representation of color #6E0291: hue angle of 285.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0291 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1102145-
CMYK0.240.9900.43
HSL285.31º97.28%28.82%-
HSV(B)285.31º98.62%56.86%-
XYZ11.565.427.22-
YUV50.59181.28170.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.80%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=42.80%
G=0.78%
B=56.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11021450.240.9900.43285.3197.2828.82
Hex6E291186302B11d611d
Octal15622213014305343514135
Binary110111010100100011100011000110101011100011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,2,145); }

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

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

 a { background-color: rgb(110,2,145); }

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

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

 span { border-color: rgb(110,2,145); }

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