Shades of Purple Heart #6032BF
Tints of Purple Heart #6032BF
RGB
CMYK
RGB Variations
Color information
#6032BF (or 0x6032BF) is known color: Purple Heart. HEX triplet: 60, 32 and BF. RGB value is (96,50,191). Sum of RGB (Red+Green+Blue) = 96+50+191=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #6032BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6032BF is #9FCD40. Grayscale: #4F4F4F. Windows color (decimal): -10472769 or 12530272. OLE color: 12530272.
HSL color Cylindrical-coordinate representation of color #6032BF: hue angle of 259.57º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6032BF is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 50 | 191 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.25 |
| HSL | 259.57º | 0.59% | 0.47% | - |
| HSV(B) | 259.57º | 0.74% | 0.75% | - |
| XYZ | 15.37 | 8.53 | 50.13 | - |
| YUV | 79.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 191 | 0.50 | 0.74 | 0 | 0.25 | 259.57 | 0.59 | 0.47 |
| Hex | 60 | 32 | BF | 32 | 4A | 0 | 19 | 104 | 3B | 2F |
| Octal | 140 | 62 | 277 | 62 | 112 | 0 | 31 | 404 | 73 | 57 |
| Binary | 1100000 | 110010 | 10111111 | 110010 | 1001010 | 0 | 11001 | 100000100 | 111011 | 101111 |
Color Harmonies of #6032BF
Complementary color
Monochromatic Colors of #6032BF
Black with #6032BF
Text Example
Text Example
White with #6032BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6032BF; }
p { color: rgb(96,50,191); }
H1.HeaderClassName
{
color: #6032BF;
}
.AnyTagClassName
{
color: #6032BF;
}
</style>
background-color css
<style>
a { background-color: #6032BF; }
a { background-color: rgb(96,50,191); }
div.DivClassName
{
background-color: #6032BF;
}
.BgClassName
{
background-color: #6032BF;
}
</style>
border-color css
<style>
span { border-color: #6032BF; }
span { border-color: rgb(96,50,191); }
td.TdClassName
{
border-color: #6032BF;
}
.TagClassName
{
border-color: #6032BF;
}
</style>