Shades of Purple Heart #6337CC
Tints of Purple Heart #6337CC
RGB
CMYK
RGB Variations
Color information
#6337CC (or 0x6337CC) is known color: Purple Heart. HEX triplet: 63, 37 and CC. RGB value is (99,55,204). Sum of RGB (Red+Green+Blue) = 99+55+204=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #6337CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6337CC is #9CC833. Grayscale: #545454. Windows color (decimal): -10274868 or 13383523. OLE color: 13383523.
HSL color Cylindrical-coordinate representation of color #6337CC: hue angle of 257.72º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6337CC is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 55 | 204 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.2 |
| HSL | 257.72º | 0.59% | 0.51% | - |
| HSV(B) | 257.72º | 0.73% | 0.8% | - |
| XYZ | 17.41 | 9.74 | 58.09 | - |
| YUV | 85.14 | 195.08 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 204 | 0.51 | 0.73 | 0 | 0.2 | 257.72 | 0.59 | 0.51 |
| Hex | 63 | 37 | CC | 33 | 49 | 0 | 14 | 102 | 3B | 33 |
| Octal | 143 | 67 | 314 | 63 | 111 | 0 | 24 | 402 | 73 | 63 |
| Binary | 1100011 | 110111 | 11001100 | 110011 | 1001001 | 0 | 10100 | 100000010 | 111011 | 110011 |
Color Harmonies of #6337CC
Complementary color
Monochromatic Colors of #6337CC
Black with #6337CC
Text Example
Text Example
White with #6337CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6337CC; }
p { color: rgb(99,55,204); }
H1.HeaderClassName
{
color: #6337CC;
}
.AnyTagClassName
{
color: #6337CC;
}
</style>
background-color css
<style>
a { background-color: #6337CC; }
a { background-color: rgb(99,55,204); }
div.DivClassName
{
background-color: #6337CC;
}
.BgClassName
{
background-color: #6337CC;
}
</style>
border-color css
<style>
span { border-color: #6337CC; }
span { border-color: rgb(99,55,204); }
td.TdClassName
{
border-color: #6337CC;
}
.TagClassName
{
border-color: #6337CC;
}
</style>