Shades of Purple Heart #631ECF
Tints of Purple Heart #631ECF
RGB
CMYK
RGB Variations
Color information
#631ECF (or 0x631ECF) is known color: Purple Heart. HEX triplet: 63, 1E and CF. RGB value is (99,30,207). Sum of RGB (Red+Green+Blue) = 99+30+207=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 207 (81.25% from 255 or 61.61% from 336); Max value from RGB is 207 - color contains mainly: blue. Hex color #631ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ECF is #9CE130. Grayscale: #464646. Windows color (decimal): -10281265 or 13573731. OLE color: 13573731.
HSL color Cylindrical-coordinate representation of color #631ECF: hue angle of 263.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631ECF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 30 | 207 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.19 |
| HSL | 263.39º | 0.75% | 0.46% | - |
| HSV(B) | 263.39º | 0.86% | 0.81% | - |
| XYZ | 16.87 | 8.09 | 59.7 | - |
| YUV | 70.81 | 204.86 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 207 | 0.52 | 0.86 | 0 | 0.19 | 263.39 | 0.75 | 0.46 |
| Hex | 63 | 1E | CF | 34 | 56 | 0 | 13 | 107 | 4B | 2E |
| Octal | 143 | 36 | 317 | 64 | 126 | 0 | 23 | 407 | 113 | 56 |
| Binary | 1100011 | 11110 | 11001111 | 110100 | 1010110 | 0 | 10011 | 100000111 | 1001011 | 101110 |
Color Harmonies of #631ECF
Complementary color
Monochromatic Colors of #631ECF
Black with #631ECF
Text Example
Text Example
White with #631ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631ECF; }
p { color: rgb(99,30,207); }
H1.HeaderClassName
{
color: #631ECF;
}
.AnyTagClassName
{
color: #631ECF;
}
</style>
background-color css
<style>
a { background-color: #631ECF; }
a { background-color: rgb(99,30,207); }
div.DivClassName
{
background-color: #631ECF;
}
.BgClassName
{
background-color: #631ECF;
}
</style>
border-color css
<style>
span { border-color: #631ECF; }
span { border-color: rgb(99,30,207); }
td.TdClassName
{
border-color: #631ECF;
}
.TagClassName
{
border-color: #631ECF;
}
</style>