Shades of Purple Heart #630AAF
Tints of Purple Heart #630AAF
RGB
CMYK
RGB Variations
Color information
#630AAF (or 0x630AAF) is known color: Purple Heart. HEX triplet: 63, 0A and AF. RGB value is (99,10,175). Sum of RGB (Red+Green+Blue) = 99+10+175=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 10 (4.30% from 255 or 3.52% from 284); Blue value is 175 (68.75% from 255 or 61.62% from 284); Max value from RGB is 175 - color contains mainly: blue. Hex color #630AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630AAF is #9CF550. Grayscale: #363636. Windows color (decimal): -10286417 or 11471459. OLE color: 11471459.
HSL color Cylindrical-coordinate representation of color #630AAF: hue angle of 272.36º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630AAF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 10 | 175 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.31 |
| HSL | 272.36º | 0.89% | 0.36% | - |
| HSV(B) | 272.36º | 0.94% | 0.69% | - |
| XYZ | 12.99 | 5.96 | 41.02 | - |
| YUV | 55.42 | 195.49 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 175 | 0.43 | 0.94 | 0 | 0.31 | 272.36 | 0.89 | 0.36 |
| Hex | 63 | A | AF | 2B | 5E | 0 | 1F | 110 | 59 | 24 |
| Octal | 143 | 12 | 257 | 53 | 136 | 0 | 37 | 420 | 131 | 44 |
| Binary | 1100011 | 1010 | 10101111 | 101011 | 1011110 | 0 | 11111 | 100010000 | 1011001 | 100100 |
Color Harmonies of #630AAF
Complementary color
Monochromatic Colors of #630AAF
Black with #630AAF
Text Example
Text Example
White with #630AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AAF; }
p { color: rgb(99,10,175); }
H1.HeaderClassName
{
color: #630AAF;
}
.AnyTagClassName
{
color: #630AAF;
}
</style>
background-color css
<style>
a { background-color: #630AAF; }
a { background-color: rgb(99,10,175); }
div.DivClassName
{
background-color: #630AAF;
}
.BgClassName
{
background-color: #630AAF;
}
</style>
border-color css
<style>
span { border-color: #630AAF; }
span { border-color: rgb(99,10,175); }
td.TdClassName
{
border-color: #630AAF;
}
.TagClassName
{
border-color: #630AAF;
}
</style>