Shades of Purple Heart #6337BD
Tints of Purple Heart #6337BD
RGB
CMYK
RGB Variations
Color information
#6337BD (or 0x6337BD) is known color: Purple Heart. HEX triplet: 63, 37 and BD. RGB value is (99,55,189). Sum of RGB (Red+Green+Blue) = 99+55+189=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #6337BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337BD is #9CC842. Grayscale: #525252. Windows color (decimal): -10274883 or 12400483. OLE color: 12400483.
HSL color Cylindrical-coordinate representation of color #6337BD: hue angle of 259.7º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6337BD is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 55 | 189 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.26 |
| HSL | 259.7º | 0.55% | 0.48% | - |
| HSV(B) | 259.7º | 0.71% | 0.74% | - |
| XYZ | 15.7 | 9.06 | 49.07 | - |
| YUV | 83.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 189 | 0.48 | 0.71 | 0 | 0.26 | 259.7 | 0.55 | 0.48 |
| Hex | 63 | 37 | BD | 30 | 47 | 0 | 1A | 104 | 37 | 30 |
| Octal | 143 | 67 | 275 | 60 | 107 | 0 | 32 | 404 | 67 | 60 |
| Binary | 1100011 | 110111 | 10111101 | 110000 | 1000111 | 0 | 11010 | 100000100 | 110111 | 110000 |
Color Harmonies of #6337BD
Complementary color
Monochromatic Colors of #6337BD
Black with #6337BD
Text Example
Text Example
White with #6337BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337BD; }
p { color: rgb(99,55,189); }
H1.HeaderClassName
{
color: #6337BD;
}
.AnyTagClassName
{
color: #6337BD;
}
</style>
background-color css
<style>
a { background-color: #6337BD; }
a { background-color: rgb(99,55,189); }
div.DivClassName
{
background-color: #6337BD;
}
.BgClassName
{
background-color: #6337BD;
}
</style>
border-color css
<style>
span { border-color: #6337BD; }
span { border-color: rgb(99,55,189); }
td.TdClassName
{
border-color: #6337BD;
}
.TagClassName
{
border-color: #6337BD;
}
</style>