#6E029A

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

Shades of Purple #6E029A

Tints of Purple #6E029A

Color information

#6E029A (or 0x6E029A) is unknown color: approx Purple. HEX triplet: 6E, 02 and 9A. RGB value is (110,2,154). Sum of RGB (Red+Green+Blue) = 110+2+154=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 154 (60.55% from 255 or 57.89% from 266); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E029A is #91FD65. Grayscale: #333333. Windows color (decimal): -9567590 or 10093166. OLE color: 10093166.

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

Color convert

RGB1102154-
CMYK0.290.9900.40
HSL282.63º97.44%30.59%-
HSV(B)282.63º98.7%60.39%-
XYZ12.285.6931.02-
YUV51.62185.78169.64-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.35%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 154 (60.55% from 255) = 57.89%
R=41.35%
G=0.75%
B=57.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11021540.290.9900.40282.6397.4430.59
Hex6E29A1D6302811b611f
Octal15622323514305043314137
Binary110111010100110101110111000110101000100011011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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