Shades of Purple Heart #6304CF
Tints of Purple Heart #6304CF
RGB
CMYK
RGB Variations
Color information
#6304CF (or 0x6304CF) is known color: Purple Heart. HEX triplet: 63, 04 and CF. RGB value is (99,4,207). Sum of RGB (Red+Green+Blue) = 99+4+207=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 207 (81.25% from 255 or 66.77% from 310); Max value from RGB is 207 - color contains mainly: blue. Hex color #6304CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304CF is #9CFB30. Grayscale: #363636. Windows color (decimal): -10287921 or 13567075. OLE color: 13567075.
HSL color Cylindrical-coordinate representation of color #6304CF: hue angle of 268.08º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304CF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 4 | 207 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.19 |
| HSL | 268.08º | 0.96% | 0.41% | - |
| HSV(B) | 268.08º | 0.98% | 0.81% | - |
| XYZ | 16.45 | 7.24 | 59.56 | - |
| YUV | 55.55 | 213.47 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 207 | 0.52 | 0.98 | 0 | 0.19 | 268.08 | 0.96 | 0.41 |
| Hex | 63 | 4 | CF | 34 | 62 | 0 | 13 | 10C | 60 | 29 |
| Octal | 143 | 4 | 317 | 64 | 142 | 0 | 23 | 414 | 140 | 51 |
| Binary | 1100011 | 100 | 11001111 | 110100 | 1100010 | 0 | 10011 | 100001100 | 1100000 | 101001 |
Color Harmonies of #6304CF
Complementary color
Monochromatic Colors of #6304CF
Black with #6304CF
Text Example
Text Example
White with #6304CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304CF; }
p { color: rgb(99,4,207); }
H1.HeaderClassName
{
color: #6304CF;
}
.AnyTagClassName
{
color: #6304CF;
}
</style>
background-color css
<style>
a { background-color: #6304CF; }
a { background-color: rgb(99,4,207); }
div.DivClassName
{
background-color: #6304CF;
}
.BgClassName
{
background-color: #6304CF;
}
</style>
border-color css
<style>
span { border-color: #6304CF; }
span { border-color: rgb(99,4,207); }
td.TdClassName
{
border-color: #6304CF;
}
.TagClassName
{
border-color: #6304CF;
}
</style>