#6D1284

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

Shades of Purple #6D1284

Tints of Purple #6D1284

Color information

#6D1284 (or 0x6D1284) is unknown color: approx Purple. HEX triplet: 6D, 12 and 84. RGB value is (109,18,132). Sum of RGB (Red+Green+Blue) = 109+18+132=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1284 is #92ED7B. Grayscale: #393939. Windows color (decimal): -9629052 or 8655469. OLE color: 8655469.

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

Color convert

RGB10918132-
CMYK0.170.8600.48
HSL287.89º76%29.41%-
HSV(B)287.89º86.36%51.76%-
XYZ10.695.3522.3-
YUV58.2169.65164.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.08%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=42.08%
G=6.95%
B=50.97%

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
Decimal109181320.170.8600.48287.897629.41
Hex6D128411560301204c1d
Octal155222042112606044011435
Binary110110110010100001001000110101100110000100100000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,18,132); }

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

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

 a { background-color: rgb(109,18,132); }

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

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

 span { border-color: rgb(109,18,132); }

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