Shades of Purple Heart #630FAF
Tints of Purple Heart #630FAF
RGB
CMYK
RGB Variations
Color information
#630FAF (or 0x630FAF) is known color: Purple Heart. HEX triplet: 63, 0F and AF. RGB value is (99,15,175). Sum of RGB (Red+Green+Blue) = 99+15+175=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 175 (68.75% from 255 or 60.55% from 289); Max value from RGB is 175 - color contains mainly: blue. Hex color #630FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAF is #9CF050. Grayscale: #393939. Windows color (decimal): -10285137 or 11472739. OLE color: 11472739.
HSL color Cylindrical-coordinate representation of color #630FAF: hue angle of 271.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FAF is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 15 | 175 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.31 |
| HSL | 271.5º | 0.84% | 0.37% | - |
| HSV(B) | 271.5º | 0.91% | 0.69% | - |
| XYZ | 13.05 | 6.09 | 41.04 | - |
| YUV | 58.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 175 | 0.43 | 0.91 | 0 | 0.31 | 271.5 | 0.84 | 0.37 |
| Hex | 63 | F | AF | 2B | 5B | 0 | 1F | 110 | 54 | 25 |
| Octal | 143 | 17 | 257 | 53 | 133 | 0 | 37 | 420 | 124 | 45 |
| Binary | 1100011 | 1111 | 10101111 | 101011 | 1011011 | 0 | 11111 | 100010000 | 1010100 | 100101 |
Color Harmonies of #630FAF
Complementary color
Monochromatic Colors of #630FAF
Black with #630FAF
Text Example
Text Example
White with #630FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FAF; }
p { color: rgb(99,15,175); }
H1.HeaderClassName
{
color: #630FAF;
}
.AnyTagClassName
{
color: #630FAF;
}
</style>
background-color css
<style>
a { background-color: #630FAF; }
a { background-color: rgb(99,15,175); }
div.DivClassName
{
background-color: #630FAF;
}
.BgClassName
{
background-color: #630FAF;
}
</style>
border-color css
<style>
span { border-color: #630FAF; }
span { border-color: rgb(99,15,175); }
td.TdClassName
{
border-color: #630FAF;
}
.TagClassName
{
border-color: #630FAF;
}
</style>