Shades of Purple Heart #6304CE
Tints of Purple Heart #6304CE
RGB
CMYK
RGB Variations
Color information
#6304CE (or 0x6304CE) is known color: Purple Heart. HEX triplet: 63, 04 and CE. RGB value is (99,4,206). Sum of RGB (Red+Green+Blue) = 99+4+206=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #6304CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304CE is #9CFB31. Grayscale: #363636. Windows color (decimal): -10287922 or 13501539. OLE color: 13501539.
HSL color Cylindrical-coordinate representation of color #6304CE: hue angle of 268.22º 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 #6304CE is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 4 | 206 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.19 |
| HSL | 268.22º | 0.96% | 0.41% | - |
| HSV(B) | 268.22º | 0.98% | 0.81% | - |
| XYZ | 16.33 | 7.2 | 58.92 | - |
| YUV | 55.43 | 212.97 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 206 | 0.52 | 0.98 | 0 | 0.19 | 268.22 | 0.96 | 0.41 |
| Hex | 63 | 4 | CE | 34 | 62 | 0 | 13 | 10C | 60 | 29 |
| Octal | 143 | 4 | 316 | 64 | 142 | 0 | 23 | 414 | 140 | 51 |
| Binary | 1100011 | 100 | 11001110 | 110100 | 1100010 | 0 | 10011 | 100001100 | 1100000 | 101001 |
Color Harmonies of #6304CE
Complementary color
Monochromatic Colors of #6304CE
Black with #6304CE
Text Example
Text Example
White with #6304CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304CE; }
p { color: rgb(99,4,206); }
H1.HeaderClassName
{
color: #6304CE;
}
.AnyTagClassName
{
color: #6304CE;
}
</style>
background-color css
<style>
a { background-color: #6304CE; }
a { background-color: rgb(99,4,206); }
div.DivClassName
{
background-color: #6304CE;
}
.BgClassName
{
background-color: #6304CE;
}
</style>
border-color css
<style>
span { border-color: #6304CE; }
span { border-color: rgb(99,4,206); }
td.TdClassName
{
border-color: #6304CE;
}
.TagClassName
{
border-color: #6304CE;
}
</style>