Shades of Purple Heart #6302CD
Tints of Purple Heart #6302CD
RGB
CMYK
RGB Variations
Color information
#6302CD (or 0x6302CD) is known color: Purple Heart. HEX triplet: 63, 02 and CD. RGB value is (99,2,205). Sum of RGB (Red+Green+Blue) = 99+2+205=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #6302CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CD is #9CFD32. Grayscale: #353535. Windows color (decimal): -10288435 or 13435491. OLE color: 13435491.
HSL color Cylindrical-coordinate representation of color #6302CD: hue angle of 268.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302CD is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 2 | 205 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.20 |
| HSL | 268.67º | 0.98% | 0.41% | - |
| HSV(B) | 268.67º | 0.99% | 0.8% | - |
| XYZ | 16.19 | 7.1 | 58.28 | - |
| YUV | 54.15 | 213.14 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 205 | 0.52 | 0.99 | 0 | 0.20 | 268.67 | 0.98 | 0.41 |
| Hex | 63 | 2 | CD | 34 | 63 | 0 | 14 | 10D | 62 | 29 |
| Octal | 143 | 2 | 315 | 64 | 143 | 0 | 24 | 415 | 142 | 51 |
| Binary | 1100011 | 10 | 11001101 | 110100 | 1100011 | 0 | 10100 | 100001101 | 1100010 | 101001 |
Color Harmonies of #6302CD
Complementary color
Monochromatic Colors of #6302CD
Black with #6302CD
Text Example
Text Example
White with #6302CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302CD; }
p { color: rgb(99,2,205); }
H1.HeaderClassName
{
color: #6302CD;
}
.AnyTagClassName
{
color: #6302CD;
}
</style>
background-color css
<style>
a { background-color: #6302CD; }
a { background-color: rgb(99,2,205); }
div.DivClassName
{
background-color: #6302CD;
}
.BgClassName
{
background-color: #6302CD;
}
</style>
border-color css
<style>
span { border-color: #6302CD; }
span { border-color: rgb(99,2,205); }
td.TdClassName
{
border-color: #6302CD;
}
.TagClassName
{
border-color: #6302CD;
}
</style>