Shades of Purple Heart #632ABC
Tints of Purple Heart #632ABC
RGB
CMYK
RGB Variations
Color information
#632ABC (or 0x632ABC) is known color: Purple Heart. HEX triplet: 63, 2A and BC. RGB value is (99,42,188). Sum of RGB (Red+Green+Blue) = 99+42+188=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #632ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #632ABC is #9CD543. Grayscale: #4B4B4B. Windows color (decimal): -10278212 or 12331619. OLE color: 12331619.
HSL color Cylindrical-coordinate representation of color #632ABC: hue angle of 263.42º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #632ABC is Cyan = 0.47, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 42 | 188 | - |
| CMYK | 0.47 | 0.78 | 0 | 0.26 |
| HSL | 263.42º | 0.63% | 0.45% | - |
| HSV(B) | 263.42º | 0.78% | 0.74% | - |
| XYZ | 15.05 | 7.94 | 48.32 | - |
| YUV | 75.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 188 | 0.47 | 0.78 | 0 | 0.26 | 263.42 | 0.63 | 0.45 |
| Hex | 63 | 2A | BC | 2F | 4E | 0 | 1A | 107 | 3F | 2D |
| Octal | 143 | 52 | 274 | 57 | 116 | 0 | 32 | 407 | 77 | 55 |
| Binary | 1100011 | 101010 | 10111100 | 101111 | 1001110 | 0 | 11010 | 100000111 | 111111 | 101101 |
Color Harmonies of #632ABC
Complementary color
Monochromatic Colors of #632ABC
Black with #632ABC
Text Example
Text Example
White with #632ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632ABC; }
p { color: rgb(99,42,188); }
H1.HeaderClassName
{
color: #632ABC;
}
.AnyTagClassName
{
color: #632ABC;
}
</style>
background-color css
<style>
a { background-color: #632ABC; }
a { background-color: rgb(99,42,188); }
div.DivClassName
{
background-color: #632ABC;
}
.BgClassName
{
background-color: #632ABC;
}
</style>
border-color css
<style>
span { border-color: #632ABC; }
span { border-color: rgb(99,42,188); }
td.TdClassName
{
border-color: #632ABC;
}
.TagClassName
{
border-color: #632ABC;
}
</style>