Html Css Color HEX #6E0576 Purple

📋 copy color: '#6E0576'

red 110 ◦ green 5 ◦ blue 118

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

Shades of Purple #6E0576

Tints of Purple #6E0576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 47.21%
G = 2.15%
B = 50.64%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6E0576 (or 0x6E0576) is known color: Purple. HEX triplet: 6E, 05 and 76. RGB value is (110,5,118). Sum of RGB (Red+Green+Blue) = 110+5+118=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E0576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0576 is #91FA89. Grayscale: #303030. Windows color (decimal): -9566858 or 7734638. OLE color: 7734638.

HSL color Cylindrical-coordinate representation of color #6E0576: hue angle of 295.75º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0576 is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 5 118 -
CMYK 0.07 0.96 0 0.54
HSL 295.75º 0.92% 0.24% -
HSV(B) 295.75º 0.96% 0.46% -
XYZ 9.75 4.73 17.54 -
YUV 49.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 110 5 118 0.07 0.96 0 0.54 295.75 0.92 0.24
Hex 6E 5 76 7 60 0 36 128 5C 18
Octal 156 5 166 7 140 0 66 450 134 30
Binary 1101110 101 1110110 111 1100000 0 110110 100101000 1011100 11000

Color Harmonies of #6E0576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0576

Black with #6E0576

Text Example


Text Example

White with #6E0576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,118); }

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

background-color css

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

 a { background-color: rgb(110,5,118); }

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

border-color css

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

 span { border-color: rgb(110,5,118); }

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