Shades of Purple Heart #632AAF
Tints of Purple Heart #632AAF
RGB
CMYK
RGB Variations
Color information
#632AAF (or 0x632AAF) is known color: Purple Heart. HEX triplet: 63, 2A and AF. RGB value is (99,42,175). Sum of RGB (Red+Green+Blue) = 99+42+175=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #632AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632AAF is #9CD550. Grayscale: #494949. Windows color (decimal): -10278225 or 11479651. OLE color: 11479651.
HSL color Cylindrical-coordinate representation of color #632AAF: hue angle of 265.71º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #632AAF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 42 | 175 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.31 |
| HSL | 265.71º | 0.61% | 0.43% | - |
| HSV(B) | 265.71º | 0.76% | 0.69% | - |
| XYZ | 13.71 | 7.4 | 41.26 | - |
| YUV | 74.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 175 | 0.43 | 0.76 | 0 | 0.31 | 265.71 | 0.61 | 0.43 |
| Hex | 63 | 2A | AF | 2B | 4C | 0 | 1F | 10A | 3D | 2B |
| Octal | 143 | 52 | 257 | 53 | 114 | 0 | 37 | 412 | 75 | 53 |
| Binary | 1100011 | 101010 | 10101111 | 101011 | 1001100 | 0 | 11111 | 100001010 | 111101 | 101011 |
Color Harmonies of #632AAF
Complementary color
Monochromatic Colors of #632AAF
Black with #632AAF
Text Example
Text Example
White with #632AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632AAF; }
p { color: rgb(99,42,175); }
H1.HeaderClassName
{
color: #632AAF;
}
.AnyTagClassName
{
color: #632AAF;
}
</style>
background-color css
<style>
a { background-color: #632AAF; }
a { background-color: rgb(99,42,175); }
div.DivClassName
{
background-color: #632AAF;
}
.BgClassName
{
background-color: #632AAF;
}
</style>
border-color css
<style>
span { border-color: #632AAF; }
span { border-color: rgb(99,42,175); }
td.TdClassName
{
border-color: #632AAF;
}
.TagClassName
{
border-color: #632AAF;
}
</style>