#6E1273

Color #6E1273 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6E1273

Tints of Purple #6E1273

Color information

#6E1273 (or 0x6E1273) is unknown color: approx Purple. HEX triplet: 6E, 12 and 73. RGB value is (110,18,115). Sum of RGB (Red+Green+Blue) = 110+18+115=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E1273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1273 is #91ED8C. Grayscale: #383838. Windows color (decimal): -9563533 or 7541358. OLE color: 7541358.

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

Color convert

RGB11018115-
CMYK0.040.8400.55
HSL296.91º72.93%26.08%-
HSV(B)296.91º84.35%45.1%-
XYZ9.744.9916.67-
YUV56.57160.98166.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=45.27%
G=7.41%
B=47.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110181150.040.8400.55296.9172.9326.08
Hex6E1273454037129491a
Octal15622163412406745111132
Binary110111010010111001110010101000110111100101001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,18,115); }

 H1.HeaderClassName
 {
   color: #6E1273;
 }
 .AnyTagClassName
 {
   color: #6E1273;
 }
</style>
background-color css

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

 a { background-color: rgb(110,18,115); }

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

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

 span { border-color: rgb(110,18,115); }

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