Shades of Purple Heart #630FDA
Tints of Purple Heart #630FDA
RGB
CMYK
RGB Variations
Color information
#630FDA (or 0x630FDA) is known color: Purple Heart. HEX triplet: 63, 0F and DA. RGB value is (99,15,218). Sum of RGB (Red+Green+Blue) = 99+15+218=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #630FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630FDA is #9CF025. Grayscale: #3E3E3E. Windows color (decimal): -10285094 or 14290787. OLE color: 14290787.
HSL color Cylindrical-coordinate representation of color #630FDA: hue angle of 264.83º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630FDA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 15 | 218 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.15 |
| HSL | 264.83º | 0.87% | 0.46% | - |
| HSV(B) | 264.83º | 0.93% | 0.85% | - |
| XYZ | 17.97 | 8.06 | 66.94 | - |
| YUV | 63.26 | 215.33 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 218 | 0.55 | 0.93 | 0 | 0.15 | 264.83 | 0.87 | 0.46 |
| Hex | 63 | F | DA | 37 | 5D | 0 | F | 109 | 57 | 2E |
| Octal | 143 | 17 | 332 | 67 | 135 | 0 | 17 | 411 | 127 | 56 |
| Binary | 1100011 | 1111 | 11011010 | 110111 | 1011101 | 0 | 1111 | 100001001 | 1010111 | 101110 |
Color Harmonies of #630FDA
Complementary color
Monochromatic Colors of #630FDA
Black with #630FDA
Text Example
Text Example
White with #630FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FDA; }
p { color: rgb(99,15,218); }
H1.HeaderClassName
{
color: #630FDA;
}
.AnyTagClassName
{
color: #630FDA;
}
</style>
background-color css
<style>
a { background-color: #630FDA; }
a { background-color: rgb(99,15,218); }
div.DivClassName
{
background-color: #630FDA;
}
.BgClassName
{
background-color: #630FDA;
}
</style>
border-color css
<style>
span { border-color: #630FDA; }
span { border-color: rgb(99,15,218); }
td.TdClassName
{
border-color: #630FDA;
}
.TagClassName
{
border-color: #630FDA;
}
</style>