Shades of Purple Heart #631ED2
Tints of Purple Heart #631ED2
RGB
CMYK
RGB Variations
Color information
#631ED2 (or 0x631ED2) is known color: Purple Heart. HEX triplet: 63, 1E and D2. RGB value is (99,30,210). Sum of RGB (Red+Green+Blue) = 99+30+210=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 210 (82.42% from 255 or 61.95% from 339); Max value from RGB is 210 - color contains mainly: blue. Hex color #631ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631ED2 is #9CE12D. Grayscale: #464646. Windows color (decimal): -10281262 or 13770339. OLE color: 13770339.
HSL color Cylindrical-coordinate representation of color #631ED2: hue angle of 263º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631ED2 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 30 | 210 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.18 |
| HSL | 263º | 0.75% | 0.47% | - |
| HSV(B) | 263º | 0.86% | 0.82% | - |
| XYZ | 17.24 | 8.23 | 61.65 | - |
| YUV | 71.15 | 206.36 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 30 | 210 | 0.53 | 0.86 | 0 | 0.18 | 263 | 0.75 | 0.47 |
| Hex | 63 | 1E | D2 | 35 | 56 | 0 | 12 | 107 | 4B | 2F |
| Octal | 143 | 36 | 322 | 65 | 126 | 0 | 22 | 407 | 113 | 57 |
| Binary | 1100011 | 11110 | 11010010 | 110101 | 1010110 | 0 | 10010 | 100000111 | 1001011 | 101111 |
Color Harmonies of #631ED2
Complementary color
Monochromatic Colors of #631ED2
Black with #631ED2
Text Example
Text Example
White with #631ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631ED2; }
p { color: rgb(99,30,210); }
H1.HeaderClassName
{
color: #631ED2;
}
.AnyTagClassName
{
color: #631ED2;
}
</style>
background-color css
<style>
a { background-color: #631ED2; }
a { background-color: rgb(99,30,210); }
div.DivClassName
{
background-color: #631ED2;
}
.BgClassName
{
background-color: #631ED2;
}
</style>
border-color css
<style>
span { border-color: #631ED2; }
span { border-color: rgb(99,30,210); }
td.TdClassName
{
border-color: #631ED2;
}
.TagClassName
{
border-color: #631ED2;
}
</style>