Shades of Purple Heart #630FA5
Tints of Purple Heart #630FA5
RGB
CMYK
RGB Variations
Color information
#630FA5 (or 0x630FA5) is known color: Purple Heart. HEX triplet: 63, 0F and A5. RGB value is (99,15,165). Sum of RGB (Red+Green+Blue) = 99+15+165=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #630FA5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630FA5 is #9CF05A. Grayscale: #383838. Windows color (decimal): -10285147 or 10817379. OLE color: 10817379.
HSL color Cylindrical-coordinate representation of color #630FA5: hue angle of 273.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #630FA5 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 99 | 15 | 165 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.35 |
| HSL | 273.6º | 0.83% | 0.35% | - |
| HSV(B) | 273.6º | 0.91% | 0.65% | - |
| XYZ | 12.11 | 5.71 | 36.06 | - |
| YUV | 57.22 | 188.83 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 15 | 165 | 0.40 | 0.91 | 0 | 0.35 | 273.6 | 0.83 | 0.35 |
| Hex | 63 | F | A5 | 28 | 5B | 0 | 23 | 112 | 53 | 23 |
| Octal | 143 | 17 | 245 | 50 | 133 | 0 | 43 | 422 | 123 | 43 |
| Binary | 1100011 | 1111 | 10100101 | 101000 | 1011011 | 0 | 100011 | 100010010 | 1010011 | 100011 |
Color Harmonies of #630FA5
Complementary color
Monochromatic Colors of #630FA5
Black with #630FA5
Text Example
Text Example
White with #630FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630FA5; }
p { color: rgb(99,15,165); }
H1.HeaderClassName
{
color: #630FA5;
}
.AnyTagClassName
{
color: #630FA5;
}
</style>
background-color css
<style>
a { background-color: #630FA5; }
a { background-color: rgb(99,15,165); }
div.DivClassName
{
background-color: #630FA5;
}
.BgClassName
{
background-color: #630FA5;
}
</style>
border-color css
<style>
span { border-color: #630FA5; }
span { border-color: rgb(99,15,165); }
td.TdClassName
{
border-color: #630FA5;
}
.TagClassName
{
border-color: #630FA5;
}
</style>