Html Css Color HEX #6E0473 Purple

📋 copy color: '#6E0473'

red 110 ◦ green 4 ◦ blue 115

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

Shades of Purple #6E0473

Tints of Purple #6E0473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.75%

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

R = 48.03%
G = 1.75%
B = 50.22%

CMYK

 C value IS 0.04

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0473 (or 0x6E0473) is known color: Purple. HEX triplet: 6E, 04 and 73. RGB value is (110,4,115). Sum of RGB (Red+Green+Blue) = 110+4+115=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0473 is #91FB8C. Grayscale: #303030. Windows color (decimal): -9567117 or 7537774. OLE color: 7537774.

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

Color convert

RGB 110 4 115 -
CMYK 0.04 0.97 0 0.55
HSL 297.3º 0.93% 0.23% -
HSV(B) 297.3º 0.97% 0.45% -
XYZ 9.57 4.64 16.61 -
YUV 48.35 165.62 171.97 -
System Red Green Blue C M Y K H S L
Decimal 110 4 115 0.04 0.97 0 0.55 297.3 0.93 0.23
Hex 6E 4 73 4 61 0 37 129 5D 17
Octal 156 4 163 4 141 0 67 451 135 27
Binary 1101110 100 1110011 100 1100001 0 110111 100101001 1011101 10111

Color Harmonies of #6E0473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0473

Black with #6E0473

Text Example


Text Example

White with #6E0473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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