Html Css Color HEX #6E1393 Purple

📋 copy color: '#6E1393'

red 110 ◦ green 19 ◦ blue 147

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

Shades of Purple #6E1393

Tints of Purple #6E1393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 39.86%
G = 6.88%
B = 53.26%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E1393 (or 0x6E1393) is known color: Purple. HEX triplet: 6E, 13 and 93. RGB value is (110,19,147). Sum of RGB (Red+Green+Blue) = 110+19+147=276 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.86% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1393 is #91EC6C. Grayscale: #3C3C3C. Windows color (decimal): -9563245 or 9638766. OLE color: 9638766.

HSL color Cylindrical-coordinate representation of color #6E1393: hue angle of 282.66º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6E1393 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 19 147 -
CMYK 0.25 0.87 0 0.42
HSL 282.66º 0.77% 0.33% -
HSV(B) 282.66º 0.87% 0.58% -
XYZ 11.93 5.89 28.11 -
YUV 60.8 176.65 163.09 -
System Red Green Blue C M Y K H S L
Decimal 110 19 147 0.25 0.87 0 0.42 282.66 0.77 0.33
Hex 6E 13 93 19 57 0 2A 11B 4D 21
Octal 156 23 223 31 127 0 52 433 115 41
Binary 1101110 10011 10010011 11001 1010111 0 101010 100011011 1001101 100001

Color Harmonies of #6E1393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1393

Black with #6E1393

Text Example


Text Example

White with #6E1393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,19,147); }

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

background-color css

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

 a { background-color: rgb(110,19,147); }

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

border-color css

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

 span { border-color: rgb(110,19,147); }

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