#C6519E

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

Shades of Mulberry #C6519E

Tints of Mulberry #C6519E

Color information

#C6519E (or 0xC6519E) is unknown color: approx Mulberry. HEX triplet: C6, 51 and 9E. RGB value is (198,81,158). Sum of RGB (Red+Green+Blue) = 198+81+158=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 81 (32.03% from 255 or 18.54% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C6519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6519E is #39AE61. Grayscale: #7C7C7C. Windows color (decimal): -3780194 or 10375622. OLE color: 10375622.

HSL color Cylindrical-coordinate representation of color #C6519E: hue angle of 320.51º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6519E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB19881158-
CMYK00.590.200.22
HSL320.51º50.65%54.71%-
HSV(B)320.51º59.09%77.65%-
XYZ32.420.3634.57-
YUV124.76146.76180.24-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 81 (32.03% from 255) = 18.54%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=45.31%
G=18.54%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988115800.590.200.22320.5150.6554.71
HexC6519E03B14161413337
Octal30612123607324265016367
Binary1100011010100011001111001110111010010110101000001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6519E; }

 p { color: rgb(198,81,158); }

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

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

 a { background-color: rgb(198,81,158); }

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

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

 span { border-color: rgb(198,81,158); }

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