#6E027D

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

Shades of Purple #6E027D

Tints of Purple #6E027D

Color information

#6E027D (or 0x6E027D) is unknown color: approx Purple. HEX triplet: 6E, 02 and 7D. RGB value is (110,2,125). Sum of RGB (Red+Green+Blue) = 110+2+125=237 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.41% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E027D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E027D is #91FD82. Grayscale: #2F2F2F. Windows color (decimal): -9567619 or 8192622. OLE color: 8192622.

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

Color convert

RGB1102125-
CMYK0.120.9800.51
HSL292.68º96.85%24.9%-
HSV(B)292.68º98.4%49.02%-
XYZ10.154.8419.8-
YUV48.31171.28172-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.41%
GREEN value IS 2 (1.17% from 255) = 0.84%
BLUE value IS 125 (49.22% from 255) = 52.74%
R=46.41%
G=0.84%
B=52.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11021250.120.9800.51292.6896.8524.9
Hex6E27DC620331256119
Octal15621751414206344514131
Binary1101110101111101110011000100110011100100101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,2,125); }

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

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

 a { background-color: rgb(110,2,125); }

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

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

 span { border-color: rgb(110,2,125); }

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