Shades of Purple Heart #6033CF
Tints of Purple Heart #6033CF
RGB
CMYK
RGB Variations
Color information
#6033CF (or 0x6033CF) is known color: Purple Heart. HEX triplet: 60, 33 and CF. RGB value is (96,51,207). Sum of RGB (Red+Green+Blue) = 96+51+207=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #6033CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6033CF is #9FCC30. Grayscale: #515151. Windows color (decimal): -10472497 or 13579104. OLE color: 13579104.
HSL color Cylindrical-coordinate representation of color #6033CF: hue angle of 257.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6033CF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 51 | 207 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.19 |
| HSL | 257.31º | 0.62% | 0.51% | - |
| HSV(B) | 257.31º | 0.75% | 0.81% | - |
| XYZ | 17.27 | 9.36 | 59.93 | - |
| YUV | 82.24 | 198.41 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 207 | 0.54 | 0.75 | 0 | 0.19 | 257.31 | 0.62 | 0.51 |
| Hex | 60 | 33 | CF | 36 | 4B | 0 | 13 | 101 | 3E | 33 |
| Octal | 140 | 63 | 317 | 66 | 113 | 0 | 23 | 401 | 76 | 63 |
| Binary | 1100000 | 110011 | 11001111 | 110110 | 1001011 | 0 | 10011 | 100000001 | 111110 | 110011 |
Color Harmonies of #6033CF
Complementary color
Monochromatic Colors of #6033CF
Black with #6033CF
Text Example
Text Example
White with #6033CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6033CF; }
p { color: rgb(96,51,207); }
H1.HeaderClassName
{
color: #6033CF;
}
.AnyTagClassName
{
color: #6033CF;
}
</style>
background-color css
<style>
a { background-color: #6033CF; }
a { background-color: rgb(96,51,207); }
div.DivClassName
{
background-color: #6033CF;
}
.BgClassName
{
background-color: #6033CF;
}
</style>
border-color css
<style>
span { border-color: #6033CF; }
span { border-color: rgb(96,51,207); }
td.TdClassName
{
border-color: #6033CF;
}
.TagClassName
{
border-color: #6033CF;
}
</style>