#6C1582

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

Shades of Purple #6C1582

Tints of Purple #6C1582

Color information

#6C1582 (or 0x6C1582) is unknown color: approx Purple. HEX triplet: 6C, 15 and 82. RGB value is (108,21,130). Sum of RGB (Red+Green+Blue) = 108+21+130=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C1582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1582 is #93EA7D. Grayscale: #3B3B3B. Windows color (decimal): -9693822 or 8525164. OLE color: 8525164.

HSL color Cylindrical-coordinate representation of color #6C1582: hue angle of 287.89º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1582 is Cyan = 0.17, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10821130-
CMYK0.170.8400.49
HSL287.89º72.19%29.61%-
HSV(B)287.89º83.85%50.98%-
XYZ10.485.3421.6-
YUV59.44167.82162.64-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.70%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=41.70%
G=8.11%
B=50.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108211300.170.8400.49287.8972.1929.61
Hex6C15821154031120481e
Octal154252022112406144011036
Binary110110010101100000101000110101000110001100100000100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,130); }

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

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

 a { background-color: rgb(108,21,130); }

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

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

 span { border-color: rgb(108,21,130); }

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