Shades of Purple Heart #633CB5
Tints of Purple Heart #633CB5
RGB
CMYK
RGB Variations
Color information
#633CB5 (or 0x633CB5) is known color: Purple Heart. HEX triplet: 63, 3C and B5. RGB value is (99,60,181). Sum of RGB (Red+Green+Blue) = 99+60+181=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #633CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #633CB5 is #9CC34A. Grayscale: #555555. Windows color (decimal): -10273611 or 11877475. OLE color: 11877475.
HSL color Cylindrical-coordinate representation of color #633CB5: hue angle of 259.34º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #633CB5 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 60 | 181 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.29 |
| HSL | 259.34º | 0.5% | 0.47% | - |
| HSV(B) | 259.34º | 0.67% | 0.71% | - |
| XYZ | 15.1 | 9.22 | 44.7 | - |
| YUV | 85.46 | 181.92 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 181 | 0.45 | 0.67 | 0 | 0.29 | 259.34 | 0.5 | 0.47 |
| Hex | 63 | 3C | B5 | 2D | 43 | 0 | 1D | 103 | 32 | 2F |
| Octal | 143 | 74 | 265 | 55 | 103 | 0 | 35 | 403 | 62 | 57 |
| Binary | 1100011 | 111100 | 10110101 | 101101 | 1000011 | 0 | 11101 | 100000011 | 110010 | 101111 |
Color Harmonies of #633CB5
Complementary color
Monochromatic Colors of #633CB5
Black with #633CB5
Text Example
Text Example
White with #633CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633CB5; }
p { color: rgb(99,60,181); }
H1.HeaderClassName
{
color: #633CB5;
}
.AnyTagClassName
{
color: #633CB5;
}
</style>
background-color css
<style>
a { background-color: #633CB5; }
a { background-color: rgb(99,60,181); }
div.DivClassName
{
background-color: #633CB5;
}
.BgClassName
{
background-color: #633CB5;
}
</style>
border-color css
<style>
span { border-color: #633CB5; }
span { border-color: rgb(99,60,181); }
td.TdClassName
{
border-color: #633CB5;
}
.TagClassName
{
border-color: #633CB5;
}
</style>