Html Css Color HEX #6E016F Purple

📋 copy color: '#6E016F'

red 110 ◦ green 1 ◦ blue 111

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

Shades of Purple #6E016F

Tints of Purple #6E016F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 50%

R = 49.55%
G = 0.45%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6E016F (or 0x6E016F) is known color: Purple. HEX triplet: 6E, 01 and 6F. RGB value is (110,1,111). Sum of RGB (Red+Green+Blue) = 110+1+111=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E016F is #91FE90. Grayscale: #2D2D2D. Windows color (decimal): -9567889 or 7274862. OLE color: 7274862.

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

Color convert

RGB 110 1 111 -
CMYK 0.01 0.99 0 0.56
HSL 299.45º 0.98% 0.22% -
HSV(B) 299.45º 0.99% 0.44% -
XYZ 9.31 4.48 15.41 -
YUV 46.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 110 1 111 0.01 0.99 0 0.56 299.45 0.98 0.22
Hex 6E 1 6F 1 63 0 38 12B 62 16
Octal 156 1 157 1 143 0 70 453 142 26
Binary 1101110 1 1101111 1 1100011 0 111000 100101011 1100010 10110

Color Harmonies of #6E016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E016F

Black with #6E016F

Text Example


Text Example

White with #6E016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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