#6C1583

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

Shades of Purple #6C1583

Tints of Purple #6C1583

Color information

#6C1583 (or 0x6C1583) is unknown color: approx Purple. HEX triplet: 6C, 15 and 83. RGB value is (108,21,131). Sum of RGB (Red+Green+Blue) = 108+21+131=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C1583 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1583 is #93EA7C. Grayscale: #3B3B3B. Windows color (decimal): -9693821 or 8590700. OLE color: 8590700.

HSL color Cylindrical-coordinate representation of color #6C1583: hue angle of 287.45º 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 #6C1583 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10821131-
CMYK0.180.8400.49
HSL287.45º72.37%29.8%-
HSV(B)287.45º83.97%51.37%-
XYZ10.555.3621.95-
YUV59.55168.32162.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 21 (8.59% from 255) = 8.08%
BLUE value IS 131 (51.56% from 255) = 50.38%
R=41.54%
G=8.08%
B=50.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108211310.180.8400.49287.4572.3729.8
Hex6C1583125403111f481e
Octal154252032212406143711036
Binary110110010101100000111001010101000110001100011111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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