Shades of Purple Heart #630BAA
Tints of Purple Heart #630BAA
RGB
CMYK
RGB Variations
Color information
#630BAA (or 0x630BAA) is known color: Purple Heart. HEX triplet: 63, 0B and AA. RGB value is (99,11,170). Sum of RGB (Red+Green+Blue) = 99+11+170=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #630BAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630BAA is #9CF455. Grayscale: #363636. Windows color (decimal): -10286166 or 11144035. OLE color: 11144035.
HSL color Cylindrical-coordinate representation of color #630BAA: hue angle of 273.21º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630BAA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 11 | 170 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.33 |
| HSL | 273.21º | 0.88% | 0.35% | - |
| HSV(B) | 273.21º | 0.94% | 0.67% | - |
| XYZ | 12.52 | 5.79 | 38.49 | - |
| YUV | 55.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 11 | 170 | 0.42 | 0.94 | 0 | 0.33 | 273.21 | 0.88 | 0.35 |
| Hex | 63 | B | AA | 2A | 5E | 0 | 21 | 111 | 58 | 23 |
| Octal | 143 | 13 | 252 | 52 | 136 | 0 | 41 | 421 | 130 | 43 |
| Binary | 1100011 | 1011 | 10101010 | 101010 | 1011110 | 0 | 100001 | 100010001 | 1011000 | 100011 |
Color Harmonies of #630BAA
Complementary color
Monochromatic Colors of #630BAA
Black with #630BAA
Text Example
Text Example
White with #630BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630BAA; }
p { color: rgb(99,11,170); }
H1.HeaderClassName
{
color: #630BAA;
}
.AnyTagClassName
{
color: #630BAA;
}
</style>
background-color css
<style>
a { background-color: #630BAA; }
a { background-color: rgb(99,11,170); }
div.DivClassName
{
background-color: #630BAA;
}
.BgClassName
{
background-color: #630BAA;
}
</style>
border-color css
<style>
span { border-color: #630BAA; }
span { border-color: rgb(99,11,170); }
td.TdClassName
{
border-color: #630BAA;
}
.TagClassName
{
border-color: #630BAA;
}
</style>