Shades of Purple Heart #630AAA
Tints of Purple Heart #630AAA
RGB
CMYK
RGB Variations
Color information
#630AAA (or 0x630AAA) is known color: Purple Heart. HEX triplet: 63, 0A and AA. RGB value is (99,10,170). Sum of RGB (Red+Green+Blue) = 99+10+170=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #630AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630AAA is #9CF555. Grayscale: #363636. Windows color (decimal): -10286422 or 11143779. OLE color: 11143779.
HSL color Cylindrical-coordinate representation of color #630AAA: hue angle of 273.38º degrees, saturation: 0.89, 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 #630AAA is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 10 | 170 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.33 |
| HSL | 273.38º | 0.89% | 0.35% | - |
| HSV(B) | 273.38º | 0.94% | 0.67% | - |
| XYZ | 12.51 | 5.77 | 38.48 | - |
| YUV | 54.85 | 192.99 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 170 | 0.42 | 0.94 | 0 | 0.33 | 273.38 | 0.89 | 0.35 |
| Hex | 63 | A | AA | 2A | 5E | 0 | 21 | 111 | 59 | 23 |
| Octal | 143 | 12 | 252 | 52 | 136 | 0 | 41 | 421 | 131 | 43 |
| Binary | 1100011 | 1010 | 10101010 | 101010 | 1011110 | 0 | 100001 | 100010001 | 1011001 | 100011 |
Color Harmonies of #630AAA
Complementary color
Monochromatic Colors of #630AAA
Black with #630AAA
Text Example
Text Example
White with #630AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AAA; }
p { color: rgb(99,10,170); }
H1.HeaderClassName
{
color: #630AAA;
}
.AnyTagClassName
{
color: #630AAA;
}
</style>
background-color css
<style>
a { background-color: #630AAA; }
a { background-color: rgb(99,10,170); }
div.DivClassName
{
background-color: #630AAA;
}
.BgClassName
{
background-color: #630AAA;
}
</style>
border-color css
<style>
span { border-color: #630AAA; }
span { border-color: rgb(99,10,170); }
td.TdClassName
{
border-color: #630AAA;
}
.TagClassName
{
border-color: #630AAA;
}
</style>