Html Css Color HEX #6E0873 Purple

📋 copy color: '#6E0873'

red 110 ◦ green 8 ◦ blue 115

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

Shades of Purple #6E0873

Tints of Purple #6E0873

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.43%

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

R = 47.21%
G = 3.43%
B = 49.36%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0873 (or 0x6E0873) is known color: Purple. HEX triplet: 6E, 08 and 73. RGB value is (110,8,115). Sum of RGB (Red+Green+Blue) = 110+8+115=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0873 is #91F78C. Grayscale: #323232. Windows color (decimal): -9566093 or 7538798. OLE color: 7538798.

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

Color convert

RGB 110 8 115 -
CMYK 0.04 0.93 0 0.55
HSL 297.2º 0.87% 0.24% -
HSV(B) 297.2º 0.93% 0.45% -
XYZ 9.61 4.73 16.63 -
YUV 50.7 164.29 170.3 -
System Red Green Blue C M Y K H S L
Decimal 110 8 115 0.04 0.93 0 0.55 297.2 0.87 0.24
Hex 6E 8 73 4 5D 0 37 129 57 18
Octal 156 10 163 4 135 0 67 451 127 30
Binary 1101110 1000 1110011 100 1011101 0 110111 100101001 1010111 11000

Color Harmonies of #6E0873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0873

Black with #6E0873

Text Example


Text Example

White with #6E0873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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