Shades of Purple Heart #6302C9
Tints of Purple Heart #6302C9
RGB
CMYK
RGB Variations
Color information
#6302C9 (or 0x6302C9) is known color: Purple Heart. HEX triplet: 63, 02 and C9. RGB value is (99,2,201). Sum of RGB (Red+Green+Blue) = 99+2+201=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 201 (78.91% from 255 or 66.56% from 302); Max value from RGB is 201 - color contains mainly: blue. Hex color #6302C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302C9 is #9CFD36. Grayscale: #343434. Windows color (decimal): -10288439 or 13173347. OLE color: 13173347.
HSL color Cylindrical-coordinate representation of color #6302C9: hue angle of 269.25º 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 #6302C9 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 99 | 2 | 201 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.21 |
| HSL | 269.25º | 0.98% | 0.4% | - |
| HSV(B) | 269.25º | 0.99% | 0.79% | - |
| XYZ | 15.71 | 6.91 | 55.76 | - |
| YUV | 53.69 | 211.14 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 201 | 0.51 | 0.99 | 0 | 0.21 | 269.25 | 0.98 | 0.4 |
| Hex | 63 | 2 | C9 | 33 | 63 | 0 | 15 | 10D | 62 | 28 |
| Octal | 143 | 2 | 311 | 63 | 143 | 0 | 25 | 415 | 142 | 50 |
| Binary | 1100011 | 10 | 11001001 | 110011 | 1100011 | 0 | 10101 | 100001101 | 1100010 | 101000 |
Color Harmonies of #6302C9
Complementary color
Monochromatic Colors of #6302C9
Black with #6302C9
Text Example
Text Example
White with #6302C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302C9; }
p { color: rgb(99,2,201); }
H1.HeaderClassName
{
color: #6302C9;
}
.AnyTagClassName
{
color: #6302C9;
}
</style>
background-color css
<style>
a { background-color: #6302C9; }
a { background-color: rgb(99,2,201); }
div.DivClassName
{
background-color: #6302C9;
}
.BgClassName
{
background-color: #6302C9;
}
</style>
border-color css
<style>
span { border-color: #6302C9; }
span { border-color: rgb(99,2,201); }
td.TdClassName
{
border-color: #6302C9;
}
.TagClassName
{
border-color: #6302C9;
}
</style>