Shades of Purple Heart #630AD5
Tints of Purple Heart #630AD5
RGB
CMYK
RGB Variations
Color information
#630AD5 (or 0x630AD5) is known color: Purple Heart. HEX triplet: 63, 0A and D5. RGB value is (99,10,213). Sum of RGB (Red+Green+Blue) = 99+10+213=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #630AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AD5 is #9CF52A. Grayscale: #3B3B3B. Windows color (decimal): -10286379 or 13961827. OLE color: 13961827.
HSL color Cylindrical-coordinate representation of color #630AD5: hue angle of 266.31º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630AD5 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 10 | 213 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.16 |
| HSL | 266.31º | 0.91% | 0.44% | - |
| HSV(B) | 266.31º | 0.95% | 0.84% | - |
| XYZ | 17.26 | 7.67 | 63.52 | - |
| YUV | 59.75 | 214.49 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 213 | 0.54 | 0.95 | 0 | 0.16 | 266.31 | 0.91 | 0.44 |
| Hex | 63 | A | D5 | 36 | 5F | 0 | 10 | 10A | 5B | 2C |
| Octal | 143 | 12 | 325 | 66 | 137 | 0 | 20 | 412 | 133 | 54 |
| Binary | 1100011 | 1010 | 11010101 | 110110 | 1011111 | 0 | 10000 | 100001010 | 1011011 | 101100 |
Color Harmonies of #630AD5
Complementary color
Monochromatic Colors of #630AD5
Black with #630AD5
Text Example
Text Example
White with #630AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AD5; }
p { color: rgb(99,10,213); }
H1.HeaderClassName
{
color: #630AD5;
}
.AnyTagClassName
{
color: #630AD5;
}
</style>
background-color css
<style>
a { background-color: #630AD5; }
a { background-color: rgb(99,10,213); }
div.DivClassName
{
background-color: #630AD5;
}
.BgClassName
{
background-color: #630AD5;
}
</style>
border-color css
<style>
span { border-color: #630AD5; }
span { border-color: rgb(99,10,213); }
td.TdClassName
{
border-color: #630AD5;
}
.TagClassName
{
border-color: #630AD5;
}
</style>