Shades of Purple Heart #6302CC
Tints of Purple Heart #6302CC
RGB
CMYK
RGB Variations
Color information
#6302CC (or 0x6302CC) is known color: Purple Heart. HEX triplet: 63, 02 and CC. RGB value is (99,2,204). Sum of RGB (Red+Green+Blue) = 99+2+204=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #6302CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302CC is #9CFD33. Grayscale: #353535. Windows color (decimal): -10288436 or 13369955. OLE color: 13369955.
HSL color Cylindrical-coordinate representation of color #6302CC: hue angle of 268.81º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302CC is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 2 | 204 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.2 |
| HSL | 268.81º | 0.98% | 0.4% | - |
| HSV(B) | 268.81º | 0.99% | 0.8% | - |
| XYZ | 16.07 | 7.06 | 57.64 | - |
| YUV | 54.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 204 | 0.51 | 0.99 | 0 | 0.2 | 268.81 | 0.98 | 0.4 |
| Hex | 63 | 2 | CC | 33 | 63 | 0 | 14 | 10D | 62 | 28 |
| Octal | 143 | 2 | 314 | 63 | 143 | 0 | 24 | 415 | 142 | 50 |
| Binary | 1100011 | 10 | 11001100 | 110011 | 1100011 | 0 | 10100 | 100001101 | 1100010 | 101000 |
Color Harmonies of #6302CC
Complementary color
Monochromatic Colors of #6302CC
Black with #6302CC
Text Example
Text Example
White with #6302CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302CC; }
p { color: rgb(99,2,204); }
H1.HeaderClassName
{
color: #6302CC;
}
.AnyTagClassName
{
color: #6302CC;
}
</style>
background-color css
<style>
a { background-color: #6302CC; }
a { background-color: rgb(99,2,204); }
div.DivClassName
{
background-color: #6302CC;
}
.BgClassName
{
background-color: #6302CC;
}
</style>
border-color css
<style>
span { border-color: #6302CC; }
span { border-color: rgb(99,2,204); }
td.TdClassName
{
border-color: #6302CC;
}
.TagClassName
{
border-color: #6302CC;
}
</style>