Shades of Purple Heart #630AD1
Tints of Purple Heart #630AD1
RGB
CMYK
RGB Variations
Color information
#630AD1 (or 0x630AD1) is known color: Purple Heart. HEX triplet: 63, 0A and D1. RGB value is (99,10,209). Sum of RGB (Red+Green+Blue) = 99+10+209=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 10 (4.30% from 255 or 3.14% from 318); Blue value is 209 (82.03% from 255 or 65.72% from 318); Max value from RGB is 209 - color contains mainly: blue. Hex color #630AD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AD1 is #9CF52E. Grayscale: #3A3A3A. Windows color (decimal): -10286383 or 13699683. OLE color: 13699683.
HSL color Cylindrical-coordinate representation of color #630AD1: hue angle of 266.83º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630AD1 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 10 | 209 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.18 |
| HSL | 266.83º | 0.91% | 0.43% | - |
| HSV(B) | 266.83º | 0.95% | 0.82% | - |
| XYZ | 16.76 | 7.47 | 60.88 | - |
| YUV | 59.3 | 212.49 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 209 | 0.53 | 0.95 | 0 | 0.18 | 266.83 | 0.91 | 0.43 |
| Hex | 63 | A | D1 | 35 | 5F | 0 | 12 | 10B | 5B | 2B |
| Octal | 143 | 12 | 321 | 65 | 137 | 0 | 22 | 413 | 133 | 53 |
| Binary | 1100011 | 1010 | 11010001 | 110101 | 1011111 | 0 | 10010 | 100001011 | 1011011 | 101011 |
Color Harmonies of #630AD1
Complementary color
Monochromatic Colors of #630AD1
Black with #630AD1
Text Example
Text Example
White with #630AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AD1; }
p { color: rgb(99,10,209); }
H1.HeaderClassName
{
color: #630AD1;
}
.AnyTagClassName
{
color: #630AD1;
}
</style>
background-color css
<style>
a { background-color: #630AD1; }
a { background-color: rgb(99,10,209); }
div.DivClassName
{
background-color: #630AD1;
}
.BgClassName
{
background-color: #630AD1;
}
</style>
border-color css
<style>
span { border-color: #630AD1; }
span { border-color: rgb(99,10,209); }
td.TdClassName
{
border-color: #630AD1;
}
.TagClassName
{
border-color: #630AD1;
}
</style>