Shades of Purple Heart #6D18CC
Tints of Purple Heart #6D18CC
RGB
CMYK
RGB Variations
Color information
#6D18CC (or 0x6D18CC) is known color: Purple Heart. HEX triplet: 6D, 18 and CC. RGB value is (109,24,204). Sum of RGB (Red+Green+Blue) = 109+24+204=337 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.34% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 204 (80.08% from 255 or 60.53% from 337); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D18CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D18CC is #92E733. Grayscale: #454545. Windows color (decimal): -9627444 or 13375597. OLE color: 13375597.
HSL color Cylindrical-coordinate representation of color #6D18CC: hue angle of 268.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D18CC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 24 | 204 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.2 |
| HSL | 268.33º | 0.79% | 0.45% | - |
| HSV(B) | 268.33º | 0.88% | 0.8% | - |
| XYZ | 17.53 | 8.26 | 57.8 | - |
| YUV | 69.94 | 203.66 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 24 | 204 | 0.47 | 0.88 | 0 | 0.2 | 268.33 | 0.79 | 0.45 |
| Hex | 6D | 18 | CC | 2F | 58 | 0 | 14 | 10C | 4F | 2D |
| Octal | 155 | 30 | 314 | 57 | 130 | 0 | 24 | 414 | 117 | 55 |
| Binary | 1101101 | 11000 | 11001100 | 101111 | 1011000 | 0 | 10100 | 100001100 | 1001111 | 101101 |
Color Harmonies of #6D18CC
Complementary color
Monochromatic Colors of #6D18CC
Black with #6D18CC
Text Example
Text Example
White with #6D18CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D18CC; }
p { color: rgb(109,24,204); }
H1.HeaderClassName
{
color: #6D18CC;
}
.AnyTagClassName
{
color: #6D18CC;
}
</style>
background-color css
<style>
a { background-color: #6D18CC; }
a { background-color: rgb(109,24,204); }
div.DivClassName
{
background-color: #6D18CC;
}
.BgClassName
{
background-color: #6D18CC;
}
</style>
border-color css
<style>
span { border-color: #6D18CC; }
span { border-color: rgb(109,24,204); }
td.TdClassName
{
border-color: #6D18CC;
}
.TagClassName
{
border-color: #6D18CC;
}
</style>