Shades of Purple Heart #6C1ED3
Tints of Purple Heart #6C1ED3
RGB
CMYK
RGB Variations
Color information
#6C1ED3 (or 0x6C1ED3) is known color: Purple Heart. HEX triplet: 6C, 1E and D3. RGB value is (108,30,211). Sum of RGB (Red+Green+Blue) = 108+30+211=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 211 (82.81% from 255 or 60.46% from 349); Max value from RGB is 211 - color contains mainly: blue. Hex color #6C1ED3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1ED3 is #93E12C. Grayscale: #494949. Windows color (decimal): -9691437 or 13835884. OLE color: 13835884.
HSL color Cylindrical-coordinate representation of color #6C1ED3: hue angle of 265.86º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6C1ED3 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 30 | 211 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.17 |
| HSL | 265.86º | 0.75% | 0.47% | - |
| HSV(B) | 265.86º | 0.86% | 0.83% | - |
| XYZ | 18.41 | 8.82 | 62.36 | - |
| YUV | 73.96 | 205.34 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 211 | 0.49 | 0.86 | 0 | 0.17 | 265.86 | 0.75 | 0.47 |
| Hex | 6C | 1E | D3 | 31 | 56 | 0 | 11 | 10A | 4B | 2F |
| Octal | 154 | 36 | 323 | 61 | 126 | 0 | 21 | 412 | 113 | 57 |
| Binary | 1101100 | 11110 | 11010011 | 110001 | 1010110 | 0 | 10001 | 100001010 | 1001011 | 101111 |
Color Harmonies of #6C1ED3
Complementary color
Monochromatic Colors of #6C1ED3
Black with #6C1ED3
Text Example
Text Example
White with #6C1ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1ED3; }
p { color: rgb(108,30,211); }
H1.HeaderClassName
{
color: #6C1ED3;
}
.AnyTagClassName
{
color: #6C1ED3;
}
</style>
background-color css
<style>
a { background-color: #6C1ED3; }
a { background-color: rgb(108,30,211); }
div.DivClassName
{
background-color: #6C1ED3;
}
.BgClassName
{
background-color: #6C1ED3;
}
</style>
border-color css
<style>
span { border-color: #6C1ED3; }
span { border-color: rgb(108,30,211); }
td.TdClassName
{
border-color: #6C1ED3;
}
.TagClassName
{
border-color: #6C1ED3;
}
</style>