Shades of Purple Heart #632DDF
Tints of Purple Heart #632DDF
RGB
CMYK
RGB Variations
Color information
#632DDF (or 0x632DDF) is known color: Purple Heart. HEX triplet: 63, 2D and DF. RGB value is (99,45,223). Sum of RGB (Red+Green+Blue) = 99+45+223=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #632DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632DDF is #9CD220. Grayscale: #505050. Windows color (decimal): -10277409 or 14626147. OLE color: 14626147.
HSL color Cylindrical-coordinate representation of color #632DDF: hue angle of 258.2º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #632DDF is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 45 | 223 | - |
| CMYK | 0.56 | 0.80 | 0 | 0.13 |
| HSL | 258.2º | 0.74% | 0.53% | - |
| HSV(B) | 258.2º | 0.8% | 0.87% | - |
| XYZ | 19.4 | 9.86 | 70.69 | - |
| YUV | 81.44 | 207.89 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 45 | 223 | 0.56 | 0.80 | 0 | 0.13 | 258.2 | 0.74 | 0.53 |
| Hex | 63 | 2D | DF | 38 | 50 | 0 | D | 102 | 4A | 35 |
| Octal | 143 | 55 | 337 | 70 | 120 | 0 | 15 | 402 | 112 | 65 |
| Binary | 1100011 | 101101 | 11011111 | 111000 | 1010000 | 0 | 1101 | 100000010 | 1001010 | 110101 |
Color Harmonies of #632DDF
Complementary color
Monochromatic Colors of #632DDF
Black with #632DDF
Text Example
Text Example
White with #632DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632DDF; }
p { color: rgb(99,45,223); }
H1.HeaderClassName
{
color: #632DDF;
}
.AnyTagClassName
{
color: #632DDF;
}
</style>
background-color css
<style>
a { background-color: #632DDF; }
a { background-color: rgb(99,45,223); }
div.DivClassName
{
background-color: #632DDF;
}
.BgClassName
{
background-color: #632DDF;
}
</style>
border-color css
<style>
span { border-color: #632DDF; }
span { border-color: rgb(99,45,223); }
td.TdClassName
{
border-color: #632DDF;
}
.TagClassName
{
border-color: #632DDF;
}
</style>