Shades of Purple Heart #6C15CD
Tints of Purple Heart #6C15CD
RGB
CMYK
RGB Variations
Color information
#6C15CD (or 0x6C15CD) is known color: Purple Heart. HEX triplet: 6C, 15 and CD. RGB value is (108,21,205). Sum of RGB (Red+Green+Blue) = 108+21+205=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #6C15CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C15CD is #93EA32. Grayscale: #434343. Windows color (decimal): -9693747 or 13440364. OLE color: 13440364.
HSL color Cylindrical-coordinate representation of color #6C15CD: hue angle of 268.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C15CD is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 21 | 205 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.20 |
| HSL | 268.37º | 0.81% | 0.44% | - |
| HSV(B) | 268.37º | 0.9% | 0.8% | - |
| XYZ | 17.47 | 8.13 | 58.41 | - |
| YUV | 67.99 | 205.32 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 21 | 205 | 0.47 | 0.90 | 0 | 0.20 | 268.37 | 0.81 | 0.44 |
| Hex | 6C | 15 | CD | 2F | 5A | 0 | 14 | 10C | 51 | 2C |
| Octal | 154 | 25 | 315 | 57 | 132 | 0 | 24 | 414 | 121 | 54 |
| Binary | 1101100 | 10101 | 11001101 | 101111 | 1011010 | 0 | 10100 | 100001100 | 1010001 | 101100 |
Color Harmonies of #6C15CD
Complementary color
Monochromatic Colors of #6C15CD
Black with #6C15CD
Text Example
Text Example
White with #6C15CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C15CD; }
p { color: rgb(108,21,205); }
H1.HeaderClassName
{
color: #6C15CD;
}
.AnyTagClassName
{
color: #6C15CD;
}
</style>
background-color css
<style>
a { background-color: #6C15CD; }
a { background-color: rgb(108,21,205); }
div.DivClassName
{
background-color: #6C15CD;
}
.BgClassName
{
background-color: #6C15CD;
}
</style>
border-color css
<style>
span { border-color: #6C15CD; }
span { border-color: rgb(108,21,205); }
td.TdClassName
{
border-color: #6C15CD;
}
.TagClassName
{
border-color: #6C15CD;
}
</style>