#6E005F

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

Shades of Purple #6E005F

Tints of Purple #6E005F

Color information

#6E005F (or 0x6E005F) is unknown color: approx Purple. HEX triplet: 6E, 00 and 5F. RGB value is (110,0,95). Sum of RGB (Red+Green+Blue) = 110+0+95=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E005F is #91FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9568161 or 6226030. OLE color: 6226030.

HSL color Cylindrical-coordinate representation of color #6E005F: hue angle of 308.18º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E005F is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB110095-
CMYK010.140.57
HSL308.18º100%21.57%-
HSV(B)308.18º100%43.14%-
XYZ8.54.1411.18-
YUV43.72156.94175.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 53.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=53.66%
G=0%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110095010.140.57308.1810021.57
Hex6E05F064E391346416
Octal15601370144167146414426
Binary110111001011111011001001110111001100110100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,0,95); }

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

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

 a { background-color: rgb(110,0,95); }

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

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

 span { border-color: rgb(110,0,95); }

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