Html Css Color HEX #6E0590 Purple

📋 copy color: '#6E0590'

red 110 ◦ green 5 ◦ blue 144

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

Shades of Purple #6E0590

Tints of Purple #6E0590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 42.47%
G = 1.93%
B = 55.6%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E0590 (or 0x6E0590) is known color: Purple. HEX triplet: 6E, 05 and 90. RGB value is (110,5,144). Sum of RGB (Red+Green+Blue) = 110+5+144=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E0590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0590 is #91FA6F. Grayscale: #333333. Windows color (decimal): -9566832 or 9438574. OLE color: 9438574.

HSL color Cylindrical-coordinate representation of color #6E0590: hue angle of 285.32º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0590 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 5 144 -
CMYK 0.24 0.97 0 0.44
HSL 285.32º 0.93% 0.29% -
HSV(B) 285.32º 0.97% 0.56% -
XYZ 11.52 5.44 26.83 -
YUV 52.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 110 5 144 0.24 0.97 0 0.44 285.32 0.93 0.29
Hex 6E 5 90 18 61 0 2C 11D 5D 1D
Octal 156 5 220 30 141 0 54 435 135 35
Binary 1101110 101 10010000 11000 1100001 0 101100 100011101 1011101 11101

Color Harmonies of #6E0590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0590

Black with #6E0590

Text Example


Text Example

White with #6E0590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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