Shades of Purple Heart #632FBE
Tints of Purple Heart #632FBE
RGB
CMYK
RGB Variations
Color information
#632FBE (or 0x632FBE) is known color: Purple Heart. HEX triplet: 63, 2F and BE. RGB value is (99,47,190). Sum of RGB (Red+Green+Blue) = 99+47+190=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 190 (74.61% from 255 or 56.55% from 336); Max value from RGB is 190 - color contains mainly: blue. Hex color #632FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632FBE is #9CD041. Grayscale: #4E4E4E. Windows color (decimal): -10276930 or 12463971. OLE color: 12463971.
HSL color Cylindrical-coordinate representation of color #632FBE: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632FBE is Cyan = 0.48, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 47 | 190 | - |
| CMYK | 0.48 | 0.75 | 0 | 0.25 |
| HSL | 261.82º | 0.6% | 0.46% | - |
| HSV(B) | 261.82º | 0.75% | 0.75% | - |
| XYZ | 15.46 | 8.4 | 49.52 | - |
| YUV | 78.85 | 190.73 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 190 | 0.48 | 0.75 | 0 | 0.25 | 261.82 | 0.6 | 0.46 |
| Hex | 63 | 2F | BE | 30 | 4B | 0 | 19 | 106 | 3C | 2E |
| Octal | 143 | 57 | 276 | 60 | 113 | 0 | 31 | 406 | 74 | 56 |
| Binary | 1100011 | 101111 | 10111110 | 110000 | 1001011 | 0 | 11001 | 100000110 | 111100 | 101110 |
Color Harmonies of #632FBE
Complementary color
Monochromatic Colors of #632FBE
Black with #632FBE
Text Example
Text Example
White with #632FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FBE; }
p { color: rgb(99,47,190); }
H1.HeaderClassName
{
color: #632FBE;
}
.AnyTagClassName
{
color: #632FBE;
}
</style>
background-color css
<style>
a { background-color: #632FBE; }
a { background-color: rgb(99,47,190); }
div.DivClassName
{
background-color: #632FBE;
}
.BgClassName
{
background-color: #632FBE;
}
</style>
border-color css
<style>
span { border-color: #632FBE; }
span { border-color: rgb(99,47,190); }
td.TdClassName
{
border-color: #632FBE;
}
.TagClassName
{
border-color: #632FBE;
}
</style>