Shades of Purple Heart #6337BE
Tints of Purple Heart #6337BE
RGB
CMYK
RGB Variations
Color information
#6337BE (or 0x6337BE) is known color: Purple Heart. HEX triplet: 63, 37 and BE. RGB value is (99,55,190). Sum of RGB (Red+Green+Blue) = 99+55+190=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 55 (21.88% from 255 or 15.99% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #6337BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337BE is #9CC841. Grayscale: #535353. Windows color (decimal): -10274882 or 12466019. OLE color: 12466019.
HSL color Cylindrical-coordinate representation of color #6337BE: hue angle of 259.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6337BE is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 55 | 190 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.25 |
| HSL | 259.56º | 0.55% | 0.48% | - |
| HSV(B) | 259.56º | 0.71% | 0.75% | - |
| XYZ | 15.81 | 9.1 | 49.64 | - |
| YUV | 83.55 | 188.08 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 190 | 0.48 | 0.71 | 0 | 0.25 | 259.56 | 0.55 | 0.48 |
| Hex | 63 | 37 | BE | 30 | 47 | 0 | 19 | 104 | 37 | 30 |
| Octal | 143 | 67 | 276 | 60 | 107 | 0 | 31 | 404 | 67 | 60 |
| Binary | 1100011 | 110111 | 10111110 | 110000 | 1000111 | 0 | 11001 | 100000100 | 110111 | 110000 |
Color Harmonies of #6337BE
Complementary color
Monochromatic Colors of #6337BE
Black with #6337BE
Text Example
Text Example
White with #6337BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337BE; }
p { color: rgb(99,55,190); }
H1.HeaderClassName
{
color: #6337BE;
}
.AnyTagClassName
{
color: #6337BE;
}
</style>
background-color css
<style>
a { background-color: #6337BE; }
a { background-color: rgb(99,55,190); }
div.DivClassName
{
background-color: #6337BE;
}
.BgClassName
{
background-color: #6337BE;
}
</style>
border-color css
<style>
span { border-color: #6337BE; }
span { border-color: rgb(99,55,190); }
td.TdClassName
{
border-color: #6337BE;
}
.TagClassName
{
border-color: #6337BE;
}
</style>