Html Css Color HEX #6E0391 Purple

📋 copy color: '#6E0391'

red 110 ◦ green 3 ◦ blue 145

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

Shades of Purple #6E0391

Tints of Purple #6E0391

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 42.64%
G = 1.16%
B = 56.2%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6E0391 (or 0x6E0391) is known color: Purple. HEX triplet: 6E, 03 and 91. RGB value is (110,3,145). Sum of RGB (Red+Green+Blue) = 110+3+145=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E0391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0391 is #91FC6E. Grayscale: #323232. Windows color (decimal): -9567343 or 9503598. OLE color: 9503598.

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

Color convert

RGB 110 3 145 -
CMYK 0.24 0.98 0 0.43
HSL 285.21º 0.96% 0.29% -
HSV(B) 285.21º 0.98% 0.57% -
XYZ 11.57 5.42 27.23 -
YUV 51.18 180.95 169.95 -
System Red Green Blue C M Y K H S L
Decimal 110 3 145 0.24 0.98 0 0.43 285.21 0.96 0.29
Hex 6E 3 91 18 62 0 2B 11D 60 1D
Octal 156 3 221 30 142 0 53 435 140 35
Binary 1101110 11 10010001 11000 1100010 0 101011 100011101 1100000 11101

Color Harmonies of #6E0391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0391

Black with #6E0391

Text Example


Text Example

White with #6E0391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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