Html Css Color HEX #6E076A Purple

📋 copy color: '#6E076A'

red 110 ◦ green 7 ◦ blue 106

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

Shades of Purple #6E076A

Tints of Purple #6E076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

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

R = 49.33%
G = 3.14%
B = 47.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E076A (or 0x6E076A) is known color: Purple. HEX triplet: 6E, 07 and 6A. RGB value is (110,7,106). Sum of RGB (Red+Green+Blue) = 110+7+106=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 106 (41.80% from 255 or 47.53% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E076A is #91F895. Grayscale: #303030. Windows color (decimal): -9566358 or 6948718. OLE color: 6948718.

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

Color convert

RGB 110 7 106 -
CMYK 0 0.94 0.04 0.57
HSL 302.33º 0.88% 0.23% -
HSV(B) 302.33º 0.94% 0.43% -
XYZ 9.11 4.51 14.03 -
YUV 49.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 110 7 106 0 0.94 0.04 0.57 302.33 0.88 0.23
Hex 6E 7 6A 0 5E 4 39 12E 58 17
Octal 156 7 152 0 136 4 71 456 130 27
Binary 1101110 111 1101010 0 1011110 100 111001 100101110 1011000 10111

Color Harmonies of #6E076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E076A

Black with #6E076A

Text Example


Text Example

White with #6E076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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