Shades of Purple Heart #6819CB
Tints of Purple Heart #6819CB
RGB
CMYK
RGB Variations
Color information
#6819CB (or 0x6819CB) is known color: Purple Heart. HEX triplet: 68, 19 and CB. RGB value is (104,25,203). Sum of RGB (Red+Green+Blue) = 104+25+203=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 25 (10.16% from 255 or 7.53% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #6819CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6819CB is #97E634. Grayscale: #444444. Windows color (decimal): -9954869 or 13310312. OLE color: 13310312.
HSL color Cylindrical-coordinate representation of color #6819CB: hue angle of 266.63º degrees, saturation: 0.78, 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 #6819CB is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 25 | 203 | - |
| CMYK | 0.49 | 0.88 | 0 | 0.20 |
| HSL | 266.63º | 0.78% | 0.45% | - |
| HSV(B) | 266.63º | 0.88% | 0.8% | - |
| XYZ | 16.84 | 7.95 | 57.15 | - |
| YUV | 68.91 | 203.67 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 25 | 203 | 0.49 | 0.88 | 0 | 0.20 | 266.63 | 0.78 | 0.45 |
| Hex | 68 | 19 | CB | 31 | 58 | 0 | 14 | 10B | 4E | 2D |
| Octal | 150 | 31 | 313 | 61 | 130 | 0 | 24 | 413 | 116 | 55 |
| Binary | 1101000 | 11001 | 11001011 | 110001 | 1011000 | 0 | 10100 | 100001011 | 1001110 | 101101 |
Color Harmonies of #6819CB
Complementary color
Monochromatic Colors of #6819CB
Black with #6819CB
Text Example
Text Example
White with #6819CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6819CB; }
p { color: rgb(104,25,203); }
H1.HeaderClassName
{
color: #6819CB;
}
.AnyTagClassName
{
color: #6819CB;
}
</style>
background-color css
<style>
a { background-color: #6819CB; }
a { background-color: rgb(104,25,203); }
div.DivClassName
{
background-color: #6819CB;
}
.BgClassName
{
background-color: #6819CB;
}
</style>
border-color css
<style>
span { border-color: #6819CB; }
span { border-color: rgb(104,25,203); }
td.TdClassName
{
border-color: #6819CB;
}
.TagClassName
{
border-color: #6819CB;
}
</style>