Html Css Color HEX #6E1373 Purple

📋 copy color: '#6E1373'

red 110 ◦ green 19 ◦ blue 115

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

Shades of Purple #6E1373

Tints of Purple #6E1373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 47.13%

R = 45.08%
G = 7.79%
B = 47.13%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E1373 (or 0x6E1373) is known color: Purple. HEX triplet: 6E, 13 and 73. RGB value is (110,19,115). Sum of RGB (Red+Green+Blue) = 110+19+115=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 115 (45.31% from 255 or 47.13% from 244); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E1373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1373 is #91EC8C. Grayscale: #383838. Windows color (decimal): -9563277 or 7541614. OLE color: 7541614.

HSL color Cylindrical-coordinate representation of color #6E1373: hue angle of 296.88º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6E1373 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 19 115 -
CMYK 0.04 0.83 0 0.55
HSL 296.88º 0.72% 0.26% -
HSV(B) 296.88º 0.83% 0.45% -
XYZ 9.76 5.02 16.67 -
YUV 57.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 110 19 115 0.04 0.83 0 0.55 296.88 0.72 0.26
Hex 6E 13 73 4 53 0 37 129 48 1A
Octal 156 23 163 4 123 0 67 451 110 32
Binary 1101110 10011 1110011 100 1010011 0 110111 100101001 1001000 11010

Color Harmonies of #6E1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1373

Black with #6E1373

Text Example


Text Example

White with #6E1373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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