Html Css Color HEX #6E0D73 Purple

📋 copy color: '#6E0D73'

red 110 ◦ green 13 ◦ blue 115

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

Shades of Purple #6E0D73

Tints of Purple #6E0D73

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.46%

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

R = 46.22%
G = 5.46%
B = 48.32%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0D73 (or 0x6E0D73) is known color: Purple. HEX triplet: 6E, 0D and 73. RGB value is (110,13,115). Sum of RGB (Red+Green+Blue) = 110+13+115=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 115 (45.31% from 255 or 48.32% from 238); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0D73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0D73 is #91F28C. Grayscale: #353535. Windows color (decimal): -9564813 or 7540078. OLE color: 7540078.

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

Color convert

RGB 110 13 115 -
CMYK 0.04 0.89 0 0.55
HSL 297.06º 0.8% 0.25% -
HSV(B) 297.06º 0.89% 0.45% -
XYZ 9.67 4.84 16.64 -
YUV 53.63 162.64 168.21 -
System Red Green Blue C M Y K H S L
Decimal 110 13 115 0.04 0.89 0 0.55 297.06 0.8 0.25
Hex 6E D 73 4 59 0 37 129 50 19
Octal 156 15 163 4 131 0 67 451 120 31
Binary 1101110 1101 1110011 100 1011001 0 110111 100101001 1010000 11001

Color Harmonies of #6E0D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0D73

Black with #6E0D73

Text Example


Text Example

White with #6E0D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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