#6D1487

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

Shades of Purple #6D1487

Tints of Purple #6D1487

Color information

#6D1487 (or 0x6D1487) is unknown color: approx Purple. HEX triplet: 6D, 14 and 87. RGB value is (109,20,135). Sum of RGB (Red+Green+Blue) = 109+20+135=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D1487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1487 is #92EB78. Grayscale: #3B3B3B. Windows color (decimal): -9628537 or 8852589. OLE color: 8852589.

HSL color Cylindrical-coordinate representation of color #6D1487: hue angle of 286.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1487 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10920135-
CMYK0.190.8500.47
HSL286.43º74.19%30.39%-
HSV(B)286.43º85.19%52.94%-
XYZ10.935.523.41-
YUV59.72170.49163.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=41.29%
G=7.58%
B=51.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109201350.190.8500.47286.4374.1930.39
Hex6D1487135502F11e4a1e
Octal155242072312505743611236
Binary110110110100100001111001110101010101111100011110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,20,135); }

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

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

 a { background-color: rgb(109,20,135); }

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

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

 span { border-color: rgb(109,20,135); }

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