Shades of Purple Heart #6330BF
Tints of Purple Heart #6330BF
RGB
CMYK
RGB Variations
Color information
#6330BF (or 0x6330BF) is known color: Purple Heart. HEX triplet: 63, 30 and BF. RGB value is (99,48,191). Sum of RGB (Red+Green+Blue) = 99+48+191=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #6330BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6330BF is #9CCF40. Grayscale: #4F4F4F. Windows color (decimal): -10276673 or 12529763. OLE color: 12529763.
HSL color Cylindrical-coordinate representation of color #6330BF: hue angle of 261.4º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6330BF is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 48 | 191 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.25 |
| HSL | 261.4º | 0.6% | 0.47% | - |
| HSV(B) | 261.4º | 0.75% | 0.75% | - |
| XYZ | 15.61 | 8.53 | 50.11 | - |
| YUV | 79.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 191 | 0.48 | 0.75 | 0 | 0.25 | 261.4 | 0.6 | 0.47 |
| Hex | 63 | 30 | BF | 30 | 4B | 0 | 19 | 105 | 3C | 2F |
| Octal | 143 | 60 | 277 | 60 | 113 | 0 | 31 | 405 | 74 | 57 |
| Binary | 1100011 | 110000 | 10111111 | 110000 | 1001011 | 0 | 11001 | 100000101 | 111100 | 101111 |
Color Harmonies of #6330BF
Complementary color
Monochromatic Colors of #6330BF
Black with #6330BF
Text Example
Text Example
White with #6330BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6330BF; }
p { color: rgb(99,48,191); }
H1.HeaderClassName
{
color: #6330BF;
}
.AnyTagClassName
{
color: #6330BF;
}
</style>
background-color css
<style>
a { background-color: #6330BF; }
a { background-color: rgb(99,48,191); }
div.DivClassName
{
background-color: #6330BF;
}
.BgClassName
{
background-color: #6330BF;
}
</style>
border-color css
<style>
span { border-color: #6330BF; }
span { border-color: rgb(99,48,191); }
td.TdClassName
{
border-color: #6330BF;
}
.TagClassName
{
border-color: #6330BF;
}
</style>