Html Css Color HEX #6E1293 Purple

📋 copy color: '#6E1293'

red 110 ◦ green 18 ◦ blue 147

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

Shades of Purple #6E1293

Tints of Purple #6E1293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 40%
G = 6.55%
B = 53.45%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6E1293 (or 0x6E1293) is known color: Purple. HEX triplet: 6E, 12 and 93. RGB value is (110,18,147). Sum of RGB (Red+Green+Blue) = 110+18+147=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E1293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1293 is #91ED6C. Grayscale: #3B3B3B. Windows color (decimal): -9563501 or 9638510. OLE color: 9638510.

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

Color convert

RGB 110 18 147 -
CMYK 0.25 0.88 0 0.42
HSL 282.79º 0.78% 0.32% -
HSV(B) 282.79º 0.88% 0.58% -
XYZ 11.91 5.85 28.11 -
YUV 60.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 110 18 147 0.25 0.88 0 0.42 282.79 0.78 0.32
Hex 6E 12 93 19 58 0 2A 11B 4E 20
Octal 156 22 223 31 130 0 52 433 116 40
Binary 1101110 10010 10010011 11001 1011000 0 101010 100011011 1001110 100000

Color Harmonies of #6E1293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1293

Black with #6E1293

Text Example


Text Example

White with #6E1293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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