Shades of Purple Heart #6302CA
Tints of Purple Heart #6302CA
RGB
CMYK
RGB Variations
Color information
#6302CA (or 0x6302CA) is known color: Purple Heart. HEX triplet: 63, 02 and CA. RGB value is (99,2,202). Sum of RGB (Red+Green+Blue) = 99+2+202=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #6302CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CA is #9CFD35. Grayscale: #353535. Windows color (decimal): -10288438 or 13238883. OLE color: 13238883.
HSL color Cylindrical-coordinate representation of color #6302CA: hue angle of 269.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302CA is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 2 | 202 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.21 |
| HSL | 269.1º | 0.98% | 0.4% | - |
| HSV(B) | 269.1º | 0.99% | 0.79% | - |
| XYZ | 15.83 | 6.96 | 56.39 | - |
| YUV | 53.8 | 211.64 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 202 | 0.51 | 0.99 | 0 | 0.21 | 269.1 | 0.98 | 0.4 |
| Hex | 63 | 2 | CA | 33 | 63 | 0 | 15 | 10D | 62 | 28 |
| Octal | 143 | 2 | 312 | 63 | 143 | 0 | 25 | 415 | 142 | 50 |
| Binary | 1100011 | 10 | 11001010 | 110011 | 1100011 | 0 | 10101 | 100001101 | 1100010 | 101000 |
Color Harmonies of #6302CA
Complementary color
Monochromatic Colors of #6302CA
Black with #6302CA
Text Example
Text Example
White with #6302CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302CA; }
p { color: rgb(99,2,202); }
H1.HeaderClassName
{
color: #6302CA;
}
.AnyTagClassName
{
color: #6302CA;
}
</style>
background-color css
<style>
a { background-color: #6302CA; }
a { background-color: rgb(99,2,202); }
div.DivClassName
{
background-color: #6302CA;
}
.BgClassName
{
background-color: #6302CA;
}
</style>
border-color css
<style>
span { border-color: #6302CA; }
span { border-color: rgb(99,2,202); }
td.TdClassName
{
border-color: #6302CA;
}
.TagClassName
{
border-color: #6302CA;
}
</style>