Shades of Purple Heart #633FC0
Tints of Purple Heart #633FC0
RGB
CMYK
RGB Variations
Color information
#633FC0 (or 0x633FC0) is known color: Purple Heart. HEX triplet: 63, 3F and C0. RGB value is (99,63,192). Sum of RGB (Red+Green+Blue) = 99+63+192=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #633FC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633FC0 is #9CC03F. Grayscale: #575757. Windows color (decimal): -10272832 or 12599139. OLE color: 12599139.
HSL color Cylindrical-coordinate representation of color #633FC0: hue angle of 256.74º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633FC0 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 63 | 192 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.25 |
| HSL | 256.74º | 0.51% | 0.5% | - |
| HSV(B) | 256.74º | 0.67% | 0.75% | - |
| XYZ | 16.44 | 10.01 | 50.94 | - |
| YUV | 88.47 | 186.43 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 192 | 0.48 | 0.67 | 0 | 0.25 | 256.74 | 0.51 | 0.5 |
| Hex | 63 | 3F | C0 | 30 | 43 | 0 | 19 | 101 | 33 | 32 |
| Octal | 143 | 77 | 300 | 60 | 103 | 0 | 31 | 401 | 63 | 62 |
| Binary | 1100011 | 111111 | 11000000 | 110000 | 1000011 | 0 | 11001 | 100000001 | 110011 | 110010 |
Color Harmonies of #633FC0
Complementary color
Monochromatic Colors of #633FC0
Black with #633FC0
Text Example
Text Example
White with #633FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633FC0; }
p { color: rgb(99,63,192); }
H1.HeaderClassName
{
color: #633FC0;
}
.AnyTagClassName
{
color: #633FC0;
}
</style>
background-color css
<style>
a { background-color: #633FC0; }
a { background-color: rgb(99,63,192); }
div.DivClassName
{
background-color: #633FC0;
}
.BgClassName
{
background-color: #633FC0;
}
</style>
border-color css
<style>
span { border-color: #633FC0; }
span { border-color: rgb(99,63,192); }
td.TdClassName
{
border-color: #633FC0;
}
.TagClassName
{
border-color: #633FC0;
}
</style>