Shades of Purple Heart #430FAE
Tints of Purple Heart #430FAE
RGB
CMYK
RGB Variations
Color information
#430FAE (or 0x430FAE) is known color: Purple Heart. HEX triplet: 43, 0F and AE. RGB value is (67,15,174). Sum of RGB (Red+Green+Blue) = 67+15+174=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #430FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FAE is #BCF051. Grayscale: #303030. Windows color (decimal): -12382290 or 11407171. OLE color: 11407171.
HSL color Cylindrical-coordinate representation of color #430FAE: hue angle of 259.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #430FAE is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 15 | 174 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.32 |
| HSL | 259.62º | 0.84% | 0.37% | - |
| HSV(B) | 259.62º | 0.91% | 0.68% | - |
| XYZ | 10.13 | 4.59 | 40.4 | - |
| YUV | 48.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 174 | 0.61 | 0.91 | 0 | 0.32 | 259.62 | 0.84 | 0.37 |
| Hex | 43 | F | AE | 3D | 5B | 0 | 20 | 104 | 54 | 25 |
| Octal | 103 | 17 | 256 | 75 | 133 | 0 | 40 | 404 | 124 | 45 |
| Binary | 1000011 | 1111 | 10101110 | 111101 | 1011011 | 0 | 100000 | 100000100 | 1010100 | 100101 |
Color Harmonies of #430FAE
Complementary color
Monochromatic Colors of #430FAE
Black with #430FAE
Text Example
Text Example
White with #430FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FAE; }
p { color: rgb(67,15,174); }
H1.HeaderClassName
{
color: #430FAE;
}
.AnyTagClassName
{
color: #430FAE;
}
</style>
background-color css
<style>
a { background-color: #430FAE; }
a { background-color: rgb(67,15,174); }
div.DivClassName
{
background-color: #430FAE;
}
.BgClassName
{
background-color: #430FAE;
}
</style>
border-color css
<style>
span { border-color: #430FAE; }
span { border-color: rgb(67,15,174); }
td.TdClassName
{
border-color: #430FAE;
}
.TagClassName
{
border-color: #430FAE;
}
</style>