Shades of Purple Heart #630AAC
Tints of Purple Heart #630AAC
RGB
CMYK
RGB Variations
Color information
#630AAC (or 0x630AAC) is known color: Purple Heart. HEX triplet: 63, 0A and AC. RGB value is (99,10,172). Sum of RGB (Red+Green+Blue) = 99+10+172=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #630AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630AAC is #9CF553. Grayscale: #363636. Windows color (decimal): -10286420 or 11274851. OLE color: 11274851.
HSL color Cylindrical-coordinate representation of color #630AAC: hue angle of 272.96º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630AAC is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 10 | 172 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.33 |
| HSL | 272.96º | 0.89% | 0.36% | - |
| HSV(B) | 272.96º | 0.94% | 0.67% | - |
| XYZ | 12.7 | 5.85 | 39.49 | - |
| YUV | 55.08 | 193.99 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 172 | 0.42 | 0.94 | 0 | 0.33 | 272.96 | 0.89 | 0.36 |
| Hex | 63 | A | AC | 2A | 5E | 0 | 21 | 111 | 59 | 24 |
| Octal | 143 | 12 | 254 | 52 | 136 | 0 | 41 | 421 | 131 | 44 |
| Binary | 1100011 | 1010 | 10101100 | 101010 | 1011110 | 0 | 100001 | 100010001 | 1011001 | 100100 |
Color Harmonies of #630AAC
Complementary color
Monochromatic Colors of #630AAC
Black with #630AAC
Text Example
Text Example
White with #630AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AAC; }
p { color: rgb(99,10,172); }
H1.HeaderClassName
{
color: #630AAC;
}
.AnyTagClassName
{
color: #630AAC;
}
</style>
background-color css
<style>
a { background-color: #630AAC; }
a { background-color: rgb(99,10,172); }
div.DivClassName
{
background-color: #630AAC;
}
.BgClassName
{
background-color: #630AAC;
}
</style>
border-color css
<style>
span { border-color: #630AAC; }
span { border-color: rgb(99,10,172); }
td.TdClassName
{
border-color: #630AAC;
}
.TagClassName
{
border-color: #630AAC;
}
</style>