Shades of Purple Heart #630AB8
Tints of Purple Heart #630AB8
RGB
CMYK
RGB Variations
Color information
#630AB8 (or 0x630AB8) is known color: Purple Heart. HEX triplet: 63, 0A and B8. RGB value is (99,10,184). Sum of RGB (Red+Green+Blue) = 99+10+184=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 184 (72.27% from 255 or 62.80% from 293); Max value from RGB is 184 - color contains mainly: blue. Hex color #630AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AB8 is #9CF547. Grayscale: #373737. Windows color (decimal): -10286408 or 12061283. OLE color: 12061283.
HSL color Cylindrical-coordinate representation of color #630AB8: hue angle of 270.69º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630AB8 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 10 | 184 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.28 |
| HSL | 270.69º | 0.9% | 0.38% | - |
| HSV(B) | 270.69º | 0.95% | 0.72% | - |
| XYZ | 13.91 | 6.33 | 45.84 | - |
| YUV | 56.45 | 199.99 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 184 | 0.46 | 0.95 | 0 | 0.28 | 270.69 | 0.9 | 0.38 |
| Hex | 63 | A | B8 | 2E | 5F | 0 | 1C | 10F | 5A | 26 |
| Octal | 143 | 12 | 270 | 56 | 137 | 0 | 34 | 417 | 132 | 46 |
| Binary | 1100011 | 1010 | 10111000 | 101110 | 1011111 | 0 | 11100 | 100001111 | 1011010 | 100110 |
Color Harmonies of #630AB8
Complementary color
Monochromatic Colors of #630AB8
Black with #630AB8
Text Example
Text Example
White with #630AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AB8; }
p { color: rgb(99,10,184); }
H1.HeaderClassName
{
color: #630AB8;
}
.AnyTagClassName
{
color: #630AB8;
}
</style>
background-color css
<style>
a { background-color: #630AB8; }
a { background-color: rgb(99,10,184); }
div.DivClassName
{
background-color: #630AB8;
}
.BgClassName
{
background-color: #630AB8;
}
</style>
border-color css
<style>
span { border-color: #630AB8; }
span { border-color: rgb(99,10,184); }
td.TdClassName
{
border-color: #630AB8;
}
.TagClassName
{
border-color: #630AB8;
}
</style>