Shades of Purple Heart #632FAC
Tints of Purple Heart #632FAC
RGB
CMYK
RGB Variations
Color information
#632FAC (or 0x632FAC) is known color: Purple Heart. HEX triplet: 63, 2F and AC. RGB value is (99,47,172). Sum of RGB (Red+Green+Blue) = 99+47+172=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #632FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632FAC is #9CD053. Grayscale: #4C4C4C. Windows color (decimal): -10276948 or 11284323. OLE color: 11284323.
HSL color Cylindrical-coordinate representation of color #632FAC: hue angle of 264.96º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632FAC is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 47 | 172 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.33 |
| HSL | 264.96º | 0.57% | 0.43% | - |
| HSV(B) | 264.96º | 0.73% | 0.67% | - |
| XYZ | 13.61 | 7.66 | 39.79 | - |
| YUV | 76.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 172 | 0.42 | 0.73 | 0 | 0.33 | 264.96 | 0.57 | 0.43 |
| Hex | 63 | 2F | AC | 2A | 49 | 0 | 21 | 109 | 39 | 2B |
| Octal | 143 | 57 | 254 | 52 | 111 | 0 | 41 | 411 | 71 | 53 |
| Binary | 1100011 | 101111 | 10101100 | 101010 | 1001001 | 0 | 100001 | 100001001 | 111001 | 101011 |
Color Harmonies of #632FAC
Complementary color
Monochromatic Colors of #632FAC
Black with #632FAC
Text Example
Text Example
White with #632FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632FAC; }
p { color: rgb(99,47,172); }
H1.HeaderClassName
{
color: #632FAC;
}
.AnyTagClassName
{
color: #632FAC;
}
</style>
background-color css
<style>
a { background-color: #632FAC; }
a { background-color: rgb(99,47,172); }
div.DivClassName
{
background-color: #632FAC;
}
.BgClassName
{
background-color: #632FAC;
}
</style>
border-color css
<style>
span { border-color: #632FAC; }
span { border-color: rgb(99,47,172); }
td.TdClassName
{
border-color: #632FAC;
}
.TagClassName
{
border-color: #632FAC;
}
</style>