Shades of Purple Heart #430FAF
Tints of Purple Heart #430FAF
RGB
CMYK
RGB Variations
Color information
#430FAF (or 0x430FAF) is known color: Purple Heart. HEX triplet: 43, 0F and AF. RGB value is (67,15,175). Sum of RGB (Red+Green+Blue) = 67+15+175=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #430FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FAF is #BCF050. Grayscale: #303030. Windows color (decimal): -12382289 or 11472707. OLE color: 11472707.
HSL color Cylindrical-coordinate representation of color #430FAF: hue angle of 259.5º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430FAF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 15 | 175 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.31 |
| HSL | 259.5º | 0.84% | 0.37% | - |
| HSV(B) | 259.5º | 0.91% | 0.69% | - |
| XYZ | 10.22 | 4.63 | 40.91 | - |
| YUV | 48.79 | 199.23 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 175 | 0.62 | 0.91 | 0 | 0.31 | 259.5 | 0.84 | 0.37 |
| Hex | 43 | F | AF | 3E | 5B | 0 | 1F | 104 | 54 | 25 |
| Octal | 103 | 17 | 257 | 76 | 133 | 0 | 37 | 404 | 124 | 45 |
| Binary | 1000011 | 1111 | 10101111 | 111110 | 1011011 | 0 | 11111 | 100000100 | 1010100 | 100101 |
Color Harmonies of #430FAF
Complementary color
Monochromatic Colors of #430FAF
Black with #430FAF
Text Example
Text Example
White with #430FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FAF; }
p { color: rgb(67,15,175); }
H1.HeaderClassName
{
color: #430FAF;
}
.AnyTagClassName
{
color: #430FAF;
}
</style>
background-color css
<style>
a { background-color: #430FAF; }
a { background-color: rgb(67,15,175); }
div.DivClassName
{
background-color: #430FAF;
}
.BgClassName
{
background-color: #430FAF;
}
</style>
border-color css
<style>
span { border-color: #430FAF; }
span { border-color: rgb(67,15,175); }
td.TdClassName
{
border-color: #430FAF;
}
.TagClassName
{
border-color: #430FAF;
}
</style>