Html Css Color HEX #6E029C Purple

📋 copy color: '#6E029C'

red 110 ◦ green 2 ◦ blue 156

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

Shades of Purple #6E029C

Tints of Purple #6E029C

RGB

 RED value IS 110 (43.36% from 255) = 41.04%

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 156 (61.33% from 255) = 58.21%

R = 41.04%
G = 0.75%
B = 58.21%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6E029C (or 0x6E029C) is known color: Purple. HEX triplet: 6E, 02 and 9C. RGB value is (110,2,156). Sum of RGB (Red+Green+Blue) = 110+2+156=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E029C is #91FD63. Grayscale: #333333. Windows color (decimal): -9567588 or 10224238. OLE color: 10224238.

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

Color convert

RGB 110 2 156 -
CMYK 0.29 0.99 0 0.39
HSL 282.08º 0.97% 0.31% -
HSV(B) 282.08º 0.99% 0.61% -
XYZ 12.45 5.76 31.91 -
YUV 51.85 186.78 169.48 -
System Red Green Blue C M Y K H S L
Decimal 110 2 156 0.29 0.99 0 0.39 282.08 0.97 0.31
Hex 6E 2 9C 1D 63 0 27 11A 61 1F
Octal 156 2 234 35 143 0 47 432 141 37
Binary 1101110 10 10011100 11101 1100011 0 100111 100011010 1100001 11111

Color Harmonies of #6E029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E029C

Black with #6E029C

Text Example


Text Example

White with #6E029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E029C;
 }
 .AnyTagClassName
 {
   color: #6E029C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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