Shades of Purple Heart #630DAC
Tints of Purple Heart #630DAC
RGB
CMYK
RGB Variations
Color information
#630DAC (or 0x630DAC) is known color: Purple Heart. HEX triplet: 63, 0D and AC. RGB value is (99,13,172). Sum of RGB (Red+Green+Blue) = 99+13+172=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #630DAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #630DAC is #9CF253. Grayscale: #383838. Windows color (decimal): -10285652 or 11275619. OLE color: 11275619.
HSL color Cylindrical-coordinate representation of color #630DAC: hue angle of 272.45º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #630DAC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 13 | 172 | - |
| CMYK | 0.42 | 0.92 | 0 | 0.33 |
| HSL | 272.45º | 0.86% | 0.36% | - |
| HSV(B) | 272.45º | 0.92% | 0.67% | - |
| XYZ | 12.74 | 5.92 | 39.5 | - |
| YUV | 56.84 | 192.99 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 13 | 172 | 0.42 | 0.92 | 0 | 0.33 | 272.45 | 0.86 | 0.36 |
| Hex | 63 | D | AC | 2A | 5C | 0 | 21 | 110 | 56 | 24 |
| Octal | 143 | 15 | 254 | 52 | 134 | 0 | 41 | 420 | 126 | 44 |
| Binary | 1100011 | 1101 | 10101100 | 101010 | 1011100 | 0 | 100001 | 100010000 | 1010110 | 100100 |
Color Harmonies of #630DAC
Complementary color
Monochromatic Colors of #630DAC
Black with #630DAC
Text Example
Text Example
White with #630DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630DAC; }
p { color: rgb(99,13,172); }
H1.HeaderClassName
{
color: #630DAC;
}
.AnyTagClassName
{
color: #630DAC;
}
</style>
background-color css
<style>
a { background-color: #630DAC; }
a { background-color: rgb(99,13,172); }
div.DivClassName
{
background-color: #630DAC;
}
.BgClassName
{
background-color: #630DAC;
}
</style>
border-color css
<style>
span { border-color: #630DAC; }
span { border-color: rgb(99,13,172); }
td.TdClassName
{
border-color: #630DAC;
}
.TagClassName
{
border-color: #630DAC;
}
</style>