Html Css Color HEX #6E0291 Purple

📋 copy color: '#6E0291'

red 110 ◦ green 2 ◦ blue 145

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

Shades of Purple #6E0291

Tints of Purple #6E0291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 42.8%
G = 0.78%
B = 56.42%

CMYK

 C value IS 0.24

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

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

RGB 110 2 145 -
CMYK 0.24 0.99 0 0.43
HSL 285.31º 0.97% 0.29% -
HSV(B) 285.31º 0.99% 0.57% -
XYZ 11.56 5.4 27.22 -
YUV 50.59 181.28 170.37 -
System Red Green Blue C M Y K H S L
Decimal 110 2 145 0.24 0.99 0 0.43 285.31 0.97 0.29
Hex 6E 2 91 18 63 0 2B 11D 61 1D
Octal 156 2 221 30 143 0 53 435 141 35
Binary 1101110 10 10010001 11000 1100011 0 101011 100011101 1100001 11101

Color Harmonies of #6E0291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0291

Black with #6E0291

Text Example


Text Example

White with #6E0291

Text Example


Text Example

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