Shades of Purple Heart #631ACF
Tints of Purple Heart #631ACF
RGB
CMYK
RGB Variations
Color information
#631ACF (or 0x631ACF) is known color: Purple Heart. HEX triplet: 63, 1A and CF. RGB value is (99,26,207). Sum of RGB (Red+Green+Blue) = 99+26+207=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #631ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ACF is #9CE530. Grayscale: #434343. Windows color (decimal): -10282289 or 13572707. OLE color: 13572707.
HSL color Cylindrical-coordinate representation of color #631ACF: hue angle of 264.2º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #631ACF is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 26 | 207 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.19 |
| HSL | 264.2º | 0.78% | 0.46% | - |
| HSV(B) | 264.2º | 0.87% | 0.81% | - |
| XYZ | 16.78 | 7.9 | 59.67 | - |
| YUV | 68.46 | 206.18 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 207 | 0.52 | 0.87 | 0 | 0.19 | 264.2 | 0.78 | 0.46 |
| Hex | 63 | 1A | CF | 34 | 57 | 0 | 13 | 108 | 4E | 2E |
| Octal | 143 | 32 | 317 | 64 | 127 | 0 | 23 | 410 | 116 | 56 |
| Binary | 1100011 | 11010 | 11001111 | 110100 | 1010111 | 0 | 10011 | 100001000 | 1001110 | 101110 |
Color Harmonies of #631ACF
Complementary color
Monochromatic Colors of #631ACF
Black with #631ACF
Text Example
Text Example
White with #631ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631ACF; }
p { color: rgb(99,26,207); }
H1.HeaderClassName
{
color: #631ACF;
}
.AnyTagClassName
{
color: #631ACF;
}
</style>
background-color css
<style>
a { background-color: #631ACF; }
a { background-color: rgb(99,26,207); }
div.DivClassName
{
background-color: #631ACF;
}
.BgClassName
{
background-color: #631ACF;
}
</style>
border-color css
<style>
span { border-color: #631ACF; }
span { border-color: rgb(99,26,207); }
td.TdClassName
{
border-color: #631ACF;
}
.TagClassName
{
border-color: #631ACF;
}
</style>