Shades of Purple Heart #632FAD
Tints of Purple Heart #632FAD
RGB
CMYK
RGB Variations
Color information
#632FAD (or 0x632FAD) is known color: Purple Heart. HEX triplet: 63, 2F and AD. RGB value is (99,47,173). Sum of RGB (Red+Green+Blue) = 99+47+173=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #632FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FAD is #9CD052. Grayscale: #4C4C4C. Windows color (decimal): -10276947 or 11349859. OLE color: 11349859.
HSL color Cylindrical-coordinate representation of color #632FAD: hue angle of 264.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632FAD is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 47 | 173 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.32 |
| HSL | 264.76º | 0.57% | 0.43% | - |
| HSV(B) | 264.76º | 0.73% | 0.68% | - |
| XYZ | 13.7 | 7.7 | 40.3 | - |
| YUV | 76.91 | 182.23 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 173 | 0.43 | 0.73 | 0 | 0.32 | 264.76 | 0.57 | 0.43 |
| Hex | 63 | 2F | AD | 2B | 49 | 0 | 20 | 109 | 39 | 2B |
| Octal | 143 | 57 | 255 | 53 | 111 | 0 | 40 | 411 | 71 | 53 |
| Binary | 1100011 | 101111 | 10101101 | 101011 | 1001001 | 0 | 100000 | 100001001 | 111001 | 101011 |
Color Harmonies of #632FAD
Complementary color
Monochromatic Colors of #632FAD
Black with #632FAD
Text Example
Text Example
White with #632FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FAD; }
p { color: rgb(99,47,173); }
H1.HeaderClassName
{
color: #632FAD;
}
.AnyTagClassName
{
color: #632FAD;
}
</style>
background-color css
<style>
a { background-color: #632FAD; }
a { background-color: rgb(99,47,173); }
div.DivClassName
{
background-color: #632FAD;
}
.BgClassName
{
background-color: #632FAD;
}
</style>
border-color css
<style>
span { border-color: #632FAD; }
span { border-color: rgb(99,47,173); }
td.TdClassName
{
border-color: #632FAD;
}
.TagClassName
{
border-color: #632FAD;
}
</style>