Shades of Purple Heart #6C1ED1
Tints of Purple Heart #6C1ED1
RGB
CMYK
RGB Variations
Color information
#6C1ED1 (or 0x6C1ED1) is known color: Purple Heart. HEX triplet: 6C, 1E and D1. RGB value is (108,30,209). Sum of RGB (Red+Green+Blue) = 108+30+209=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 30 (12.11% from 255 or 8.65% from 347); Blue value is 209 (82.03% from 255 or 60.23% from 347); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C1ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ED1 is #93E12E. Grayscale: #494949. Windows color (decimal): -9691439 or 13704812. OLE color: 13704812.
HSL color Cylindrical-coordinate representation of color #6C1ED1: hue angle of 266.15º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1ED1 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 30 | 209 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.18 |
| HSL | 266.15º | 0.75% | 0.47% | - |
| HSV(B) | 266.15º | 0.86% | 0.82% | - |
| XYZ | 18.16 | 8.72 | 61.05 | - |
| YUV | 73.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 209 | 0.48 | 0.86 | 0 | 0.18 | 266.15 | 0.75 | 0.47 |
| Hex | 6C | 1E | D1 | 30 | 56 | 0 | 12 | 10A | 4B | 2F |
| Octal | 154 | 36 | 321 | 60 | 126 | 0 | 22 | 412 | 113 | 57 |
| Binary | 1101100 | 11110 | 11010001 | 110000 | 1010110 | 0 | 10010 | 100001010 | 1001011 | 101111 |
Color Harmonies of #6C1ED1
Complementary color
Monochromatic Colors of #6C1ED1
Black with #6C1ED1
Text Example
Text Example
White with #6C1ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1ED1; }
p { color: rgb(108,30,209); }
H1.HeaderClassName
{
color: #6C1ED1;
}
.AnyTagClassName
{
color: #6C1ED1;
}
</style>
background-color css
<style>
a { background-color: #6C1ED1; }
a { background-color: rgb(108,30,209); }
div.DivClassName
{
background-color: #6C1ED1;
}
.BgClassName
{
background-color: #6C1ED1;
}
</style>
border-color css
<style>
span { border-color: #6C1ED1; }
span { border-color: rgb(108,30,209); }
td.TdClassName
{
border-color: #6C1ED1;
}
.TagClassName
{
border-color: #6C1ED1;
}
</style>