Shades of Purple Heart #631AD4
Tints of Purple Heart #631AD4
RGB
CMYK
RGB Variations
Color information
#631AD4 (or 0x631AD4) is known color: Purple Heart. HEX triplet: 63, 1A and D4. RGB value is (99,26,212). Sum of RGB (Red+Green+Blue) = 99+26+212=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 212 (83.20% from 255 or 62.91% from 337); Max value from RGB is 212 - color contains mainly: blue. Hex color #631AD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AD4 is #9CE52B. Grayscale: #444444. Windows color (decimal): -10282284 or 13900387. OLE color: 13900387.
HSL color Cylindrical-coordinate representation of color #631AD4: hue angle of 263.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #631AD4 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 26 | 212 | - |
| CMYK | 0.53 | 0.88 | 0 | 0.17 |
| HSL | 263.55º | 0.78% | 0.47% | - |
| HSV(B) | 263.55º | 0.88% | 0.83% | - |
| XYZ | 17.4 | 8.14 | 62.94 | - |
| YUV | 69.03 | 208.68 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 26 | 212 | 0.53 | 0.88 | 0 | 0.17 | 263.55 | 0.78 | 0.47 |
| Hex | 63 | 1A | D4 | 35 | 58 | 0 | 11 | 108 | 4E | 2F |
| Octal | 143 | 32 | 324 | 65 | 130 | 0 | 21 | 410 | 116 | 57 |
| Binary | 1100011 | 11010 | 11010100 | 110101 | 1011000 | 0 | 10001 | 100001000 | 1001110 | 101111 |
Color Harmonies of #631AD4
Complementary color
Monochromatic Colors of #631AD4
Black with #631AD4
Text Example
Text Example
White with #631AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631AD4; }
p { color: rgb(99,26,212); }
H1.HeaderClassName
{
color: #631AD4;
}
.AnyTagClassName
{
color: #631AD4;
}
</style>
background-color css
<style>
a { background-color: #631AD4; }
a { background-color: rgb(99,26,212); }
div.DivClassName
{
background-color: #631AD4;
}
.BgClassName
{
background-color: #631AD4;
}
</style>
border-color css
<style>
span { border-color: #631AD4; }
span { border-color: rgb(99,26,212); }
td.TdClassName
{
border-color: #631AD4;
}
.TagClassName
{
border-color: #631AD4;
}
</style>