Shades of Purple Heart #6302BD
Tints of Purple Heart #6302BD
RGB
CMYK
RGB Variations
Color information
#6302BD (or 0x6302BD) is known color: Purple Heart. HEX triplet: 63, 02 and BD. RGB value is (99,2,189). Sum of RGB (Red+Green+Blue) = 99+2+189=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 189 (74.22% from 255 or 65.17% from 290); Max value from RGB is 189 - color contains mainly: blue. Hex color #6302BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6302BD is #9CFD42. Grayscale: #333333. Windows color (decimal): -10288451 or 12386915. OLE color: 12386915.
HSL color Cylindrical-coordinate representation of color #6302BD: hue angle of 271.12º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6302BD is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 2 | 189 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.26 |
| HSL | 271.12º | 0.98% | 0.37% | - |
| HSV(B) | 271.12º | 0.99% | 0.74% | - |
| XYZ | 14.35 | 6.37 | 48.62 | - |
| YUV | 52.32 | 205.14 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 2 | 189 | 0.48 | 0.99 | 0 | 0.26 | 271.12 | 0.98 | 0.37 |
| Hex | 63 | 2 | BD | 30 | 63 | 0 | 1A | 10F | 62 | 25 |
| Octal | 143 | 2 | 275 | 60 | 143 | 0 | 32 | 417 | 142 | 45 |
| Binary | 1100011 | 10 | 10111101 | 110000 | 1100011 | 0 | 11010 | 100001111 | 1100010 | 100101 |
Color Harmonies of #6302BD
Complementary color
Monochromatic Colors of #6302BD
Black with #6302BD
Text Example
Text Example
White with #6302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6302BD; }
p { color: rgb(99,2,189); }
H1.HeaderClassName
{
color: #6302BD;
}
.AnyTagClassName
{
color: #6302BD;
}
</style>
background-color css
<style>
a { background-color: #6302BD; }
a { background-color: rgb(99,2,189); }
div.DivClassName
{
background-color: #6302BD;
}
.BgClassName
{
background-color: #6302BD;
}
</style>
border-color css
<style>
span { border-color: #6302BD; }
span { border-color: rgb(99,2,189); }
td.TdClassName
{
border-color: #6302BD;
}
.TagClassName
{
border-color: #6302BD;
}
</style>