Html Css Color HEX #6E1072 Purple

📋 copy color: '#6E1072'

red 110 ◦ green 16 ◦ blue 114

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

Shades of Purple #6E1072

Tints of Purple #6E1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 45.83%
G = 6.67%
B = 47.5%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E1072 (or 0x6E1072) is known color: Purple. HEX triplet: 6E, 10 and 72. RGB value is (110,16,114). Sum of RGB (Red+Green+Blue) = 110+16+114=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #6E1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1072 is #91EF8D. Grayscale: #363636. Windows color (decimal): -9564046 or 7475310. OLE color: 7475310.

HSL color Cylindrical-coordinate representation of color #6E1072: hue angle of 297.55º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1072 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 16 114 -
CMYK 0.04 0.86 0 0.55
HSL 297.55º 0.75% 0.25% -
HSV(B) 297.55º 0.86% 0.45% -
XYZ 9.65 4.9 16.36 -
YUV 55.28 161.14 167.03 -
System Red Green Blue C M Y K H S L
Decimal 110 16 114 0.04 0.86 0 0.55 297.55 0.75 0.25
Hex 6E 10 72 4 56 0 37 12A 4B 19
Octal 156 20 162 4 126 0 67 452 113 31
Binary 1101110 10000 1110010 100 1010110 0 110111 100101010 1001011 11001

Color Harmonies of #6E1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1072

Black with #6E1072

Text Example


Text Example

White with #6E1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,114); }

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

background-color css

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

 a { background-color: rgb(110,16,114); }

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

border-color css

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

 span { border-color: rgb(110,16,114); }

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