Shades of Purple Heart #630FAA
Tints of Purple Heart #630FAA
RGB
CMYK
RGB Variations
Color information
#630FAA (or 0x630FAA) is known color: Purple Heart. HEX triplet: 63, 0F and AA. RGB value is (99,15,170). Sum of RGB (Red+Green+Blue) = 99+15+170=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #630FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FAA is #9CF055. Grayscale: #393939. Windows color (decimal): -10285142 or 11145059. OLE color: 11145059.
HSL color Cylindrical-coordinate representation of color #630FAA: hue angle of 272.52º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FAA is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 15 | 170 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.33 |
| HSL | 272.52º | 0.84% | 0.36% | - |
| HSV(B) | 272.52º | 0.91% | 0.67% | - |
| XYZ | 12.57 | 5.9 | 38.51 | - |
| YUV | 57.79 | 191.33 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 170 | 0.42 | 0.91 | 0 | 0.33 | 272.52 | 0.84 | 0.36 |
| Hex | 63 | F | AA | 2A | 5B | 0 | 21 | 111 | 54 | 24 |
| Octal | 143 | 17 | 252 | 52 | 133 | 0 | 41 | 421 | 124 | 44 |
| Binary | 1100011 | 1111 | 10101010 | 101010 | 1011011 | 0 | 100001 | 100010001 | 1010100 | 100100 |
Color Harmonies of #630FAA
Complementary color
Monochromatic Colors of #630FAA
Black with #630FAA
Text Example
Text Example
White with #630FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FAA; }
p { color: rgb(99,15,170); }
H1.HeaderClassName
{
color: #630FAA;
}
.AnyTagClassName
{
color: #630FAA;
}
</style>
background-color css
<style>
a { background-color: #630FAA; }
a { background-color: rgb(99,15,170); }
div.DivClassName
{
background-color: #630FAA;
}
.BgClassName
{
background-color: #630FAA;
}
</style>
border-color css
<style>
span { border-color: #630FAA; }
span { border-color: rgb(99,15,170); }
td.TdClassName
{
border-color: #630FAA;
}
.TagClassName
{
border-color: #630FAA;
}
</style>