Shades of Purple Heart #430DAE
Tints of Purple Heart #430DAE
RGB
CMYK
RGB Variations
Color information
#430DAE (or 0x430DAE) is known color: Purple Heart. HEX triplet: 43, 0D and AE. RGB value is (67,13,174). Sum of RGB (Red+Green+Blue) = 67+13+174=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #430DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430DAE is #BCF251. Grayscale: #2E2E2E. Windows color (decimal): -12382802 or 11406659. OLE color: 11406659.
HSL color Cylindrical-coordinate representation of color #430DAE: hue angle of 260.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430DAE is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 13 | 174 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.32 |
| HSL | 260.12º | 0.86% | 0.37% | - |
| HSV(B) | 260.12º | 0.93% | 0.68% | - |
| XYZ | 10.1 | 4.54 | 40.39 | - |
| YUV | 47.5 | 199.39 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 13 | 174 | 0.61 | 0.93 | 0 | 0.32 | 260.12 | 0.86 | 0.37 |
| Hex | 43 | D | AE | 3D | 5D | 0 | 20 | 104 | 56 | 25 |
| Octal | 103 | 15 | 256 | 75 | 135 | 0 | 40 | 404 | 126 | 45 |
| Binary | 1000011 | 1101 | 10101110 | 111101 | 1011101 | 0 | 100000 | 100000100 | 1010110 | 100101 |
Color Harmonies of #430DAE
Complementary color
Monochromatic Colors of #430DAE
Black with #430DAE
Text Example
Text Example
White with #430DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430DAE; }
p { color: rgb(67,13,174); }
H1.HeaderClassName
{
color: #430DAE;
}
.AnyTagClassName
{
color: #430DAE;
}
</style>
background-color css
<style>
a { background-color: #430DAE; }
a { background-color: rgb(67,13,174); }
div.DivClassName
{
background-color: #430DAE;
}
.BgClassName
{
background-color: #430DAE;
}
</style>
border-color css
<style>
span { border-color: #430DAE; }
span { border-color: rgb(67,13,174); }
td.TdClassName
{
border-color: #430DAE;
}
.TagClassName
{
border-color: #430DAE;
}
</style>