Shades of Purple Heart #6304D0
Tints of Purple Heart #6304D0
RGB
CMYK
RGB Variations
Color information
#6304D0 (or 0x6304D0) is known color: Purple Heart. HEX triplet: 63, 04 and D0. RGB value is (99,4,208). Sum of RGB (Red+Green+Blue) = 99+4+208=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 208 (81.64% from 255 or 66.88% from 311); Max value from RGB is 208 - color contains mainly: blue. Hex color #6304D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304D0 is #9CFB2F. Grayscale: #363636. Windows color (decimal): -10287920 or 13632611. OLE color: 13632611.
HSL color Cylindrical-coordinate representation of color #6304D0: hue angle of 267.94º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304D0 is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 4 | 208 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.18 |
| HSL | 267.94º | 0.96% | 0.42% | - |
| HSV(B) | 267.94º | 0.98% | 0.82% | - |
| XYZ | 16.57 | 7.29 | 60.21 | - |
| YUV | 55.66 | 213.97 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 208 | 0.52 | 0.98 | 0 | 0.18 | 267.94 | 0.96 | 0.42 |
| Hex | 63 | 4 | D0 | 34 | 62 | 0 | 12 | 10C | 60 | 2A |
| Octal | 143 | 4 | 320 | 64 | 142 | 0 | 22 | 414 | 140 | 52 |
| Binary | 1100011 | 100 | 11010000 | 110100 | 1100010 | 0 | 10010 | 100001100 | 1100000 | 101010 |
Color Harmonies of #6304D0
Complementary color
Monochromatic Colors of #6304D0
Black with #6304D0
Text Example
Text Example
White with #6304D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304D0; }
p { color: rgb(99,4,208); }
H1.HeaderClassName
{
color: #6304D0;
}
.AnyTagClassName
{
color: #6304D0;
}
</style>
background-color css
<style>
a { background-color: #6304D0; }
a { background-color: rgb(99,4,208); }
div.DivClassName
{
background-color: #6304D0;
}
.BgClassName
{
background-color: #6304D0;
}
</style>
border-color css
<style>
span { border-color: #6304D0; }
span { border-color: rgb(99,4,208); }
td.TdClassName
{
border-color: #6304D0;
}
.TagClassName
{
border-color: #6304D0;
}
</style>