#6E1384

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

Shades of Purple #6E1384

Tints of Purple #6E1384

Color information

#6E1384 (or 0x6E1384) is unknown color: approx Purple. HEX triplet: 6E, 13 and 84. RGB value is (110,19,132). Sum of RGB (Red+Green+Blue) = 110+19+132=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 132 (51.95% from 255 or 50.57% from 261); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E1384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1384 is #91EC7B. Grayscale: #3A3A3A. Windows color (decimal): -9563260 or 8655726. OLE color: 8655726.

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

Color convert

RGB11019132-
CMYK0.170.8600.48
HSL288.32º74.83%29.61%-
HSV(B)288.32º85.61%51.76%-
XYZ10.835.4522.31-
YUV59.09169.15164.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 42.15%
GREEN value IS 19 (7.81% from 255) = 7.28%
BLUE value IS 132 (51.95% from 255) = 50.57%
R=42.15%
G=7.28%
B=50.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110191320.170.8600.48288.3274.8329.61
Hex6E138411560301204b1e
Octal156232042112606044011336
Binary110111010011100001001000110101100110000100100000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,19,132); }

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

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

 a { background-color: rgb(110,19,132); }

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

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

 span { border-color: rgb(110,19,132); }

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