Html Css Color HEX #6E029A Purple

📋 copy color: '#6E029A'

red 110 ◦ green 2 ◦ blue 154

#6E029A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #6E029A

Tints of Purple #6E029A

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 value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6E029A (or 0x6E029A) is known color: 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

RGB 110 2 154 -
CMYK 0.29 0.99 0 0.40
HSL 282.63º 0.97% 0.31% -
HSV(B) 282.63º 0.99% 0.6% -
XYZ 12.28 5.69 31.02 -
YUV 51.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 110 2 154 0.29 0.99 0 0.40 282.63 0.97 0.31
Hex 6E 2 9A 1D 63 0 28 11B 61 1F
Octal 156 2 232 35 143 0 50 433 141 37
Binary 1101110 10 10011010 11101 1100011 0 101000 100011011 1100001 11111

Color Harmonies of #6E029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E029A

Black with #6E029A

Text Example


Text Example

White with #6E029A

Text Example


Text Example

HTML Codes & Css Web 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>