Shades of Purple Heart #631FDA
Tints of Purple Heart #631FDA
RGB
CMYK
RGB Variations
Color information
#631FDA (or 0x631FDA) is known color: Purple Heart. HEX triplet: 63, 1F and DA. RGB value is (99,31,218). Sum of RGB (Red+Green+Blue) = 99+31+218=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 218 (85.55% from 255 or 62.64% from 348); Max value from RGB is 218 - color contains mainly: blue. Hex color #631FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FDA is #9CE025. Grayscale: #474747. Windows color (decimal): -10280998 or 14294883. OLE color: 14294883.
HSL color Cylindrical-coordinate representation of color #631FDA: hue angle of 261.82º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631FDA is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 31 | 218 | - |
| CMYK | 0.55 | 0.86 | 0 | 0.15 |
| HSL | 261.82º | 0.75% | 0.49% | - |
| HSV(B) | 261.82º | 0.86% | 0.85% | - |
| XYZ | 18.29 | 8.69 | 67.04 | - |
| YUV | 72.65 | 210.03 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 31 | 218 | 0.55 | 0.86 | 0 | 0.15 | 261.82 | 0.75 | 0.49 |
| Hex | 63 | 1F | DA | 37 | 56 | 0 | F | 106 | 4B | 31 |
| Octal | 143 | 37 | 332 | 67 | 126 | 0 | 17 | 406 | 113 | 61 |
| Binary | 1100011 | 11111 | 11011010 | 110111 | 1010110 | 0 | 1111 | 100000110 | 1001011 | 110001 |
Color Harmonies of #631FDA
Complementary color
Monochromatic Colors of #631FDA
Black with #631FDA
Text Example
Text Example
White with #631FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631FDA; }
p { color: rgb(99,31,218); }
H1.HeaderClassName
{
color: #631FDA;
}
.AnyTagClassName
{
color: #631FDA;
}
</style>
background-color css
<style>
a { background-color: #631FDA; }
a { background-color: rgb(99,31,218); }
div.DivClassName
{
background-color: #631FDA;
}
.BgClassName
{
background-color: #631FDA;
}
</style>
border-color css
<style>
span { border-color: #631FDA; }
span { border-color: rgb(99,31,218); }
td.TdClassName
{
border-color: #631FDA;
}
.TagClassName
{
border-color: #631FDA;
}
</style>