#6E0085

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

Shades of Purple #6E0085

Tints of Purple #6E0085

Color information

#6E0085 (or 0x6E0085) is unknown color: approx Purple. HEX triplet: 6E, 00 and 85. RGB value is (110,0,133). Sum of RGB (Red+Green+Blue) = 110+0+133=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #6E0085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E0085 is #91FF7A. Grayscale: #2F2F2F. Windows color (decimal): -9568123 or 8716398. OLE color: 8716398.

HSL color Cylindrical-coordinate representation of color #6E0085: hue angle of 289.62º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E0085 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1100133-
CMYK0.17100.48
HSL289.62º100%26.08%-
HSV(B)289.62º100%52.16%-
XYZ10.665.0122.59-
YUV48.05175.94172.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=45.27%
G=0%
B=54.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11001330.17100.48289.6210026.08
Hex6E0851164030122641a
Octal15602052114406044214432
Binary11011100100001011000111001000110000100100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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