Shades of Purple Heart #630AC8
Tints of Purple Heart #630AC8
RGB
CMYK
RGB Variations
Color information
#630AC8 (or 0x630AC8) is known color: Purple Heart. HEX triplet: 63, 0A and C8. RGB value is (99,10,200). Sum of RGB (Red+Green+Blue) = 99+10+200=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #630AC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #630AC8 is #9CF537. Grayscale: #393939. Windows color (decimal): -10286392 or 13109859. OLE color: 13109859.
HSL color Cylindrical-coordinate representation of color #630AC8: hue angle of 268.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #630AC8 is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 10 | 200 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.22 |
| HSL | 268.11º | 0.9% | 0.41% | - |
| HSV(B) | 268.11º | 0.95% | 0.78% | - |
| XYZ | 15.68 | 7.04 | 55.18 | - |
| YUV | 58.27 | 207.99 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 10 | 200 | 0.50 | 0.95 | 0 | 0.22 | 268.11 | 0.9 | 0.41 |
| Hex | 63 | A | C8 | 32 | 5F | 0 | 16 | 10C | 5A | 29 |
| Octal | 143 | 12 | 310 | 62 | 137 | 0 | 26 | 414 | 132 | 51 |
| Binary | 1100011 | 1010 | 11001000 | 110010 | 1011111 | 0 | 10110 | 100001100 | 1011010 | 101001 |
Color Harmonies of #630AC8
Complementary color
Monochromatic Colors of #630AC8
Black with #630AC8
Text Example
Text Example
White with #630AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630AC8; }
p { color: rgb(99,10,200); }
H1.HeaderClassName
{
color: #630AC8;
}
.AnyTagClassName
{
color: #630AC8;
}
</style>
background-color css
<style>
a { background-color: #630AC8; }
a { background-color: rgb(99,10,200); }
div.DivClassName
{
background-color: #630AC8;
}
.BgClassName
{
background-color: #630AC8;
}
</style>
border-color css
<style>
span { border-color: #630AC8; }
span { border-color: rgb(99,10,200); }
td.TdClassName
{
border-color: #630AC8;
}
.TagClassName
{
border-color: #630AC8;
}
</style>