Shades of Purple Heart #6030BF
Tints of Purple Heart #6030BF
RGB
CMYK
RGB Variations
Color information
#6030BF (or 0x6030BF) is known color: Purple Heart. HEX triplet: 60, 30 and BF. RGB value is (96,48,191). Sum of RGB (Red+Green+Blue) = 96+48+191=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 48 (19.14% from 255 or 14.33% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #6030BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6030BF is #9FCF40. Grayscale: #4E4E4E. Windows color (decimal): -10473281 or 12529760. OLE color: 12529760.
HSL color Cylindrical-coordinate representation of color #6030BF: hue angle of 260.14º 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 #6030BF is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 48 | 191 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.25 |
| HSL | 260.14º | 0.6% | 0.47% | - |
| HSV(B) | 260.14º | 0.75% | 0.75% | - |
| XYZ | 15.28 | 8.36 | 50.1 | - |
| YUV | 78.65 | 191.4 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 191 | 0.50 | 0.75 | 0 | 0.25 | 260.14 | 0.6 | 0.47 |
| Hex | 60 | 30 | BF | 32 | 4B | 0 | 19 | 104 | 3C | 2F |
| Octal | 140 | 60 | 277 | 62 | 113 | 0 | 31 | 404 | 74 | 57 |
| Binary | 1100000 | 110000 | 10111111 | 110010 | 1001011 | 0 | 11001 | 100000100 | 111100 | 101111 |
Color Harmonies of #6030BF
Complementary color
Monochromatic Colors of #6030BF
Black with #6030BF
Text Example
Text Example
White with #6030BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030BF; }
p { color: rgb(96,48,191); }
H1.HeaderClassName
{
color: #6030BF;
}
.AnyTagClassName
{
color: #6030BF;
}
</style>
background-color css
<style>
a { background-color: #6030BF; }
a { background-color: rgb(96,48,191); }
div.DivClassName
{
background-color: #6030BF;
}
.BgClassName
{
background-color: #6030BF;
}
</style>
border-color css
<style>
span { border-color: #6030BF; }
span { border-color: rgb(96,48,191); }
td.TdClassName
{
border-color: #6030BF;
}
.TagClassName
{
border-color: #6030BF;
}
</style>