Html Css Color HEX #6E056A Purple

📋 copy color: '#6E056A'

red 110 ◦ green 5 ◦ blue 106

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

Shades of Purple #6E056A

Tints of Purple #6E056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 47.96%

R = 49.77%
G = 2.26%
B = 47.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E056A (or 0x6E056A) is known color: Purple. HEX triplet: 6E, 05 and 6A. RGB value is (110,5,106). Sum of RGB (Red+Green+Blue) = 110+5+106=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E056A is #91FA95. Grayscale: #2F2F2F. Windows color (decimal): -9566870 or 6948206. OLE color: 6948206.

HSL color Cylindrical-coordinate representation of color #6E056A: hue angle of 302.29º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E056A is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 106 -
CMYK 0 0.95 0.04 0.57
HSL 302.29º 0.91% 0.23% -
HSV(B) 302.29º 0.95% 0.43% -
XYZ 9.09 4.46 14.02 -
YUV 47.91 160.79 172.29 -
System Red Green Blue C M Y K H S L
Decimal 110 5 106 0 0.95 0.04 0.57 302.29 0.91 0.23
Hex 6E 5 6A 0 5F 4 39 12E 5B 17
Octal 156 5 152 0 137 4 71 456 133 27
Binary 1101110 101 1101010 0 1011111 100 111001 100101110 1011011 10111

Color Harmonies of #6E056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E056A

Black with #6E056A

Text Example


Text Example

White with #6E056A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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