Html Css Color HEX #6E016A Purple

📋 copy color: '#6E016A'

red 110 ◦ green 1 ◦ blue 106

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

Shades of Purple #6E016A

Tints of Purple #6E016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 50.69%
G = 0.46%
B = 48.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6E016A (or 0x6E016A) is known color: Purple. HEX triplet: 6E, 01 and 6A. RGB value is (110,1,106). Sum of RGB (Red+Green+Blue) = 110+1+106=217 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.69% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 110 - color contains mainly: red. Hex color #6E016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E016A is #91FE95. Grayscale: #2D2D2D. Windows color (decimal): -9567894 or 6947182. OLE color: 6947182.

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

Color convert

RGB 110 1 106 -
CMYK 0 0.99 0.04 0.57
HSL 302.2º 0.98% 0.22% -
HSV(B) 302.2º 0.99% 0.43% -
XYZ 9.04 4.38 14 -
YUV 45.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 110 1 106 0 0.99 0.04 0.57 302.2 0.98 0.22
Hex 6E 1 6A 0 63 4 39 12E 62 16
Octal 156 1 152 0 143 4 71 456 142 26
Binary 1101110 1 1101010 0 1100011 100 111001 100101110 1100010 10110

Color Harmonies of #6E016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E016A

Black with #6E016A

Text Example


Text Example

White with #6E016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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