Shades of Purple Heart #6033BD
Tints of Purple Heart #6033BD
RGB
CMYK
RGB Variations
Color information
#6033BD (or 0x6033BD) is known color: Purple Heart. HEX triplet: 60, 33 and BD. RGB value is (96,51,189). Sum of RGB (Red+Green+Blue) = 96+51+189=336 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.57% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #6033BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033BD is #9FCC42. Grayscale: #4F4F4F. Windows color (decimal): -10472515 or 12399456. OLE color: 12399456.
HSL color Cylindrical-coordinate representation of color #6033BD: hue angle of 259.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6033BD is Cyan = 0.49, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 51 | 189 | - |
| CMYK | 0.49 | 0.73 | 0 | 0.26 |
| HSL | 259.57º | 0.58% | 0.47% | - |
| HSV(B) | 259.57º | 0.73% | 0.74% | - |
| XYZ | 15.19 | 8.53 | 48.99 | - |
| YUV | 80.19 | 189.41 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 189 | 0.49 | 0.73 | 0 | 0.26 | 259.57 | 0.58 | 0.47 |
| Hex | 60 | 33 | BD | 31 | 49 | 0 | 1A | 104 | 3A | 2F |
| Octal | 140 | 63 | 275 | 61 | 111 | 0 | 32 | 404 | 72 | 57 |
| Binary | 1100000 | 110011 | 10111101 | 110001 | 1001001 | 0 | 11010 | 100000100 | 111010 | 101111 |
Color Harmonies of #6033BD
Complementary color
Monochromatic Colors of #6033BD
Black with #6033BD
Text Example
Text Example
White with #6033BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6033BD; }
p { color: rgb(96,51,189); }
H1.HeaderClassName
{
color: #6033BD;
}
.AnyTagClassName
{
color: #6033BD;
}
</style>
background-color css
<style>
a { background-color: #6033BD; }
a { background-color: rgb(96,51,189); }
div.DivClassName
{
background-color: #6033BD;
}
.BgClassName
{
background-color: #6033BD;
}
</style>
border-color css
<style>
span { border-color: #6033BD; }
span { border-color: rgb(96,51,189); }
td.TdClassName
{
border-color: #6033BD;
}
.TagClassName
{
border-color: #6033BD;
}
</style>