#6E028C

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

Shades of Purple #6E028C

Tints of Purple #6E028C

Color information

#6E028C (or 0x6E028C) is unknown color: approx Purple. HEX triplet: 6E, 02 and 8C. RGB value is (110,2,140). Sum of RGB (Red+Green+Blue) = 110+2+140=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E028C is #91FD73. Grayscale: #313131. Windows color (decimal): -9567604 or 9175662. OLE color: 9175662.

HSL color Cylindrical-coordinate representation of color #6E028C: hue angle of 286.96º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E028C is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1102140-
CMYK0.210.9900.45
HSL286.96º97.18%27.84%-
HSV(B)286.96º98.57%54.9%-
XYZ11.195.2525.24-
YUV50.02178.78170.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.65%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 140 (55.08% from 255) = 55.56%
R=43.65%
G=0.79%
B=55.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11021400.210.9900.45286.9697.1827.84
Hex6E28C156302D11f611c
Octal15622142514305543714134
Binary110111010100011001010111000110101101100011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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