Html Css Color HEX #6E0673 Purple

📋 copy color: '#6E0673'

red 110 ◦ green 6 ◦ blue 115

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

Shades of Purple #6E0673

Tints of Purple #6E0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.6%

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

R = 47.62%
G = 2.6%
B = 49.78%

CMYK

 C value IS 0.04

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0673 (or 0x6E0673) is known color: Purple. HEX triplet: 6E, 06 and 73. RGB value is (110,6,115). Sum of RGB (Red+Green+Blue) = 110+6+115=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0673 is #91F98C. Grayscale: #313131. Windows color (decimal): -9566605 or 7538286. OLE color: 7538286.

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

Color convert

RGB 110 6 115 -
CMYK 0.04 0.95 0 0.55
HSL 297.25º 0.9% 0.24% -
HSV(B) 297.25º 0.95% 0.45% -
XYZ 9.59 4.68 16.62 -
YUV 49.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 110 6 115 0.04 0.95 0 0.55 297.25 0.9 0.24
Hex 6E 6 73 4 5F 0 37 129 5A 18
Octal 156 6 163 4 137 0 67 451 132 30
Binary 1101110 110 1110011 100 1011111 0 110111 100101001 1011010 11000

Color Harmonies of #6E0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0673

Black with #6E0673

Text Example


Text Example

White with #6E0673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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