Html Css Color HEX #6E0596 Purple

📋 copy color: '#6E0596'

red 110 ◦ green 5 ◦ blue 150

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

Shades of Purple #6E0596

Tints of Purple #6E0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 56.6%

R = 41.51%
G = 1.89%
B = 56.6%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6E0596 (or 0x6E0596) is known color: Purple. HEX triplet: 6E, 05 and 96. RGB value is (110,5,150). Sum of RGB (Red+Green+Blue) = 110+5+150=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 150 (58.98% from 255 or 56.60% from 265); Max value from RGB is 150 - color contains mainly: blue. Hex color #6E0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0596 is #91FA69. Grayscale: #343434. Windows color (decimal): -9566826 or 9831790. OLE color: 9831790.

HSL color Cylindrical-coordinate representation of color #6E0596: hue angle of 283.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E0596 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 5 150 -
CMYK 0.27 0.97 0 0.41
HSL 283.45º 0.94% 0.3% -
HSV(B) 283.45º 0.97% 0.59% -
XYZ 11.99 5.63 29.31 -
YUV 52.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 110 5 150 0.27 0.97 0 0.41 283.45 0.94 0.3
Hex 6E 5 96 1B 61 0 29 11B 5E 1E
Octal 156 5 226 33 141 0 51 433 136 36
Binary 1101110 101 10010110 11011 1100001 0 101001 100011011 1011110 11110

Color Harmonies of #6E0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0596

Black with #6E0596

Text Example


Text Example

White with #6E0596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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