Shades of Purple Heart #6818CD
Tints of Purple Heart #6818CD
RGB
CMYK
RGB Variations
Color information
#6818CD (or 0x6818CD) is known color: Purple Heart. HEX triplet: 68, 18 and CD. RGB value is (104,24,205). Sum of RGB (Red+Green+Blue) = 104+24+205=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #6818CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6818CD is #97E732. Grayscale: #434343. Windows color (decimal): -9955123 or 13441128. OLE color: 13441128.
HSL color Cylindrical-coordinate representation of color #6818CD: hue angle of 266.52º 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 #6818CD is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 24 | 205 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.20 |
| HSL | 266.52º | 0.79% | 0.45% | - |
| HSV(B) | 266.52º | 0.88% | 0.8% | - |
| XYZ | 17.06 | 8 | 58.4 | - |
| YUV | 68.55 | 205 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 24 | 205 | 0.49 | 0.88 | 0 | 0.20 | 266.52 | 0.79 | 0.45 |
| Hex | 68 | 18 | CD | 31 | 58 | 0 | 14 | 10B | 4F | 2D |
| Octal | 150 | 30 | 315 | 61 | 130 | 0 | 24 | 413 | 117 | 55 |
| Binary | 1101000 | 11000 | 11001101 | 110001 | 1011000 | 0 | 10100 | 100001011 | 1001111 | 101101 |
Color Harmonies of #6818CD
Complementary color
Monochromatic Colors of #6818CD
Black with #6818CD
Text Example
Text Example
White with #6818CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6818CD; }
p { color: rgb(104,24,205); }
H1.HeaderClassName
{
color: #6818CD;
}
.AnyTagClassName
{
color: #6818CD;
}
</style>
background-color css
<style>
a { background-color: #6818CD; }
a { background-color: rgb(104,24,205); }
div.DivClassName
{
background-color: #6818CD;
}
.BgClassName
{
background-color: #6818CD;
}
</style>
border-color css
<style>
span { border-color: #6818CD; }
span { border-color: rgb(104,24,205); }
td.TdClassName
{
border-color: #6818CD;
}
.TagClassName
{
border-color: #6818CD;
}
</style>