Html Css Color HEX #6E0B73 Purple

📋 copy color: '#6E0B73'

red 110 ◦ green 11 ◦ blue 115

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

Shades of Purple #6E0B73

Tints of Purple #6E0B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.66%

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

R = 46.61%
G = 4.66%
B = 48.73%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0B73 (or 0x6E0B73) is known color: Purple. HEX triplet: 6E, 0B and 73. RGB value is (110,11,115). Sum of RGB (Red+Green+Blue) = 110+11+115=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0B73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0B73 is #91F48C. Grayscale: #343434. Windows color (decimal): -9565325 or 7539566. OLE color: 7539566.

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

Color convert

RGB 110 11 115 -
CMYK 0.04 0.90 0 0.55
HSL 297.12º 0.83% 0.25% -
HSV(B) 297.12º 0.9% 0.45% -
XYZ 9.64 4.79 16.64 -
YUV 52.46 163.3 169.04 -
System Red Green Blue C M Y K H S L
Decimal 110 11 115 0.04 0.90 0 0.55 297.12 0.83 0.25
Hex 6E B 73 4 5A 0 37 129 53 19
Octal 156 13 163 4 132 0 67 451 123 31
Binary 1101110 1011 1110011 100 1011010 0 110111 100101001 1010011 11001

Color Harmonies of #6E0B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0B73

Black with #6E0B73

Text Example


Text Example

White with #6E0B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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