Html Css Color HEX #6E0580 Purple

📋 copy color: '#6E0580'

red 110 ◦ green 5 ◦ blue 128

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

Shades of Purple #6E0580

Tints of Purple #6E0580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 45.27%
G = 2.06%
B = 52.67%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#6E0580 (or 0x6E0580) is known color: Purple. HEX triplet: 6E, 05 and 80. RGB value is (110,5,128). Sum of RGB (Red+Green+Blue) = 110+5+128=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #6E0580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0580 is #91FA7F. Grayscale: #323232. Windows color (decimal): -9566848 or 8389998. OLE color: 8389998.

HSL color Cylindrical-coordinate representation of color #6E0580: hue angle of 291.22º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0580 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 110 5 128 -
CMYK 0.14 0.96 0 0.50
HSL 291.22º 0.92% 0.26% -
HSV(B) 291.22º 0.96% 0.5% -
XYZ 10.38 4.98 20.84 -
YUV 50.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 110 5 128 0.14 0.96 0 0.50 291.22 0.92 0.26
Hex 6E 5 80 E 60 0 32 123 5C 1A
Octal 156 5 200 16 140 0 62 443 134 32
Binary 1101110 101 10000000 1110 1100000 0 110010 100100011 1011100 11010

Color Harmonies of #6E0580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0580

Black with #6E0580

Text Example


Text Example

White with #6E0580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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