Html Css Color HEX #6E017C Purple

📋 copy color: '#6E017C'

red 110 ◦ green 1 ◦ blue 124

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

Shades of Purple #6E017C

Tints of Purple #6E017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 46.81%
G = 0.43%
B = 52.77%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6E017C (or 0x6E017C) is known color: Purple. HEX triplet: 6E, 01 and 7C. RGB value is (110,1,124). Sum of RGB (Red+Green+Blue) = 110+1+124=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E017C is #91FE83. Grayscale: #2F2F2F. Windows color (decimal): -9567876 or 8126830. OLE color: 8126830.

HSL color Cylindrical-coordinate representation of color #6E017C: hue angle of 293.17º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E017C is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 1 124 -
CMYK 0.11 0.99 0 0.51
HSL 293.17º 0.98% 0.25% -
HSV(B) 293.17º 0.99% 0.49% -
XYZ 10.08 4.79 19.46 -
YUV 47.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 110 1 124 0.11 0.99 0 0.51 293.17 0.98 0.25
Hex 6E 1 7C B 63 0 33 125 62 19
Octal 156 1 174 13 143 0 63 445 142 31
Binary 1101110 1 1111100 1011 1100011 0 110011 100100101 1100010 11001

Color Harmonies of #6E017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E017C

Black with #6E017C

Text Example


Text Example

White with #6E017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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