Shades of Purple Heart #6337CE
Tints of Purple Heart #6337CE
RGB
CMYK
RGB Variations
Color information
#6337CE (or 0x6337CE) is known color: Purple Heart. HEX triplet: 63, 37 and CE. RGB value is (99,55,206). Sum of RGB (Red+Green+Blue) = 99+55+206=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #6337CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337CE is #9CC831. Grayscale: #545454. Windows color (decimal): -10274866 or 13514595. OLE color: 13514595.
HSL color Cylindrical-coordinate representation of color #6337CE: hue angle of 257.48º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6337CE is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 55 | 206 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.19 |
| HSL | 257.48º | 0.61% | 0.51% | - |
| HSV(B) | 257.48º | 0.73% | 0.81% | - |
| XYZ | 17.65 | 9.84 | 59.36 | - |
| YUV | 85.37 | 196.08 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 206 | 0.52 | 0.73 | 0 | 0.19 | 257.48 | 0.61 | 0.51 |
| Hex | 63 | 37 | CE | 34 | 49 | 0 | 13 | 101 | 3D | 33 |
| Octal | 143 | 67 | 316 | 64 | 111 | 0 | 23 | 401 | 75 | 63 |
| Binary | 1100011 | 110111 | 11001110 | 110100 | 1001001 | 0 | 10011 | 100000001 | 111101 | 110011 |
Color Harmonies of #6337CE
Complementary color
Monochromatic Colors of #6337CE
Black with #6337CE
Text Example
Text Example
White with #6337CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337CE; }
p { color: rgb(99,55,206); }
H1.HeaderClassName
{
color: #6337CE;
}
.AnyTagClassName
{
color: #6337CE;
}
</style>
background-color css
<style>
a { background-color: #6337CE; }
a { background-color: rgb(99,55,206); }
div.DivClassName
{
background-color: #6337CE;
}
.BgClassName
{
background-color: #6337CE;
}
</style>
border-color css
<style>
span { border-color: #6337CE; }
span { border-color: rgb(99,55,206); }
td.TdClassName
{
border-color: #6337CE;
}
.TagClassName
{
border-color: #6337CE;
}
</style>