Shades of Purple Heart #631DCF
Tints of Purple Heart #631DCF
RGB
CMYK
RGB Variations
Color information
#631DCF (or 0x631DCF) is known color: Purple Heart. HEX triplet: 63, 1D and CF. RGB value is (99,29,207). Sum of RGB (Red+Green+Blue) = 99+29+207=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #631DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631DCF is #9CE230. Grayscale: #454545. Windows color (decimal): -10281521 or 13573475. OLE color: 13573475.
HSL color Cylindrical-coordinate representation of color #631DCF: hue angle of 263.6º 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 #631DCF is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 29 | 207 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.19 |
| HSL | 263.6º | 0.75% | 0.46% | - |
| HSV(B) | 263.6º | 0.86% | 0.81% | - |
| XYZ | 16.85 | 8.04 | 59.69 | - |
| YUV | 70.22 | 205.19 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 29 | 207 | 0.52 | 0.86 | 0 | 0.19 | 263.6 | 0.75 | 0.46 |
| Hex | 63 | 1D | CF | 34 | 56 | 0 | 13 | 108 | 4B | 2E |
| Octal | 143 | 35 | 317 | 64 | 126 | 0 | 23 | 410 | 113 | 56 |
| Binary | 1100011 | 11101 | 11001111 | 110100 | 1010110 | 0 | 10011 | 100001000 | 1001011 | 101110 |
Color Harmonies of #631DCF
Complementary color
Monochromatic Colors of #631DCF
Black with #631DCF
Text Example
Text Example
White with #631DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631DCF; }
p { color: rgb(99,29,207); }
H1.HeaderClassName
{
color: #631DCF;
}
.AnyTagClassName
{
color: #631DCF;
}
</style>
background-color css
<style>
a { background-color: #631DCF; }
a { background-color: rgb(99,29,207); }
div.DivClassName
{
background-color: #631DCF;
}
.BgClassName
{
background-color: #631DCF;
}
</style>
border-color css
<style>
span { border-color: #631DCF; }
span { border-color: rgb(99,29,207); }
td.TdClassName
{
border-color: #631DCF;
}
.TagClassName
{
border-color: #631DCF;
}
</style>