Shades of Purple Heart #6430BA
Tints of Purple Heart #6430BA
RGB
CMYK
RGB Variations
Color information
#6430BA (or 0x6430BA) is known color: Purple Heart. HEX triplet: 64, 30 and BA. RGB value is (100,48,186). Sum of RGB (Red+Green+Blue) = 100+48+186=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 186 (73.05% from 255 or 55.69% from 334); Max value from RGB is 186 - color contains mainly: blue. Hex color #6430BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430BA is #9BCF45. Grayscale: #4E4E4E. Windows color (decimal): -10211142 or 12202084. OLE color: 12202084.
HSL color Cylindrical-coordinate representation of color #6430BA: hue angle of 262.61º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6430BA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 100 | 48 | 186 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.27 |
| HSL | 262.61º | 0.59% | 0.46% | - |
| HSV(B) | 262.61º | 0.74% | 0.73% | - |
| XYZ | 15.18 | 8.37 | 47.27 | - |
| YUV | 79.28 | 188.23 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 186 | 0.46 | 0.74 | 0 | 0.27 | 262.61 | 0.59 | 0.46 |
| Hex | 64 | 30 | BA | 2E | 4A | 0 | 1B | 107 | 3B | 2E |
| Octal | 144 | 60 | 272 | 56 | 112 | 0 | 33 | 407 | 73 | 56 |
| Binary | 1100100 | 110000 | 10111010 | 101110 | 1001010 | 0 | 11011 | 100000111 | 111011 | 101110 |
Color Harmonies of #6430BA
Complementary color
Monochromatic Colors of #6430BA
Black with #6430BA
Text Example
Text Example
White with #6430BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6430BA; }
p { color: rgb(100,48,186); }
H1.HeaderClassName
{
color: #6430BA;
}
.AnyTagClassName
{
color: #6430BA;
}
</style>
background-color css
<style>
a { background-color: #6430BA; }
a { background-color: rgb(100,48,186); }
div.DivClassName
{
background-color: #6430BA;
}
.BgClassName
{
background-color: #6430BA;
}
</style>
border-color css
<style>
span { border-color: #6430BA; }
span { border-color: rgb(100,48,186); }
td.TdClassName
{
border-color: #6430BA;
}
.TagClassName
{
border-color: #6430BA;
}
</style>