Shades of Purple Heart #430AC4
Tints of Purple Heart #430AC4
RGB
CMYK
RGB Variations
Color information
#430AC4 (or 0x430AC4) is known color: Purple Heart. HEX triplet: 43, 0A and C4. RGB value is (67,10,196). Sum of RGB (Red+Green+Blue) = 67+10+196=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 196 (76.95% from 255 or 71.79% from 273); Max value from RGB is 196 - color contains mainly: blue. Hex color #430AC4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #430AC4 is #BCF53B. Grayscale: #2F2F2F. Windows color (decimal): -12383548 or 12847683. OLE color: 12847683.
HSL color Cylindrical-coordinate representation of color #430AC4: hue angle of 258.39º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430AC4 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 10 | 196 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.23 |
| HSL | 258.39º | 0.9% | 0.4% | - |
| HSV(B) | 258.39º | 0.95% | 0.77% | - |
| XYZ | 12.39 | 5.4 | 52.61 | - |
| YUV | 48.25 | 211.38 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 10 | 196 | 0.66 | 0.95 | 0 | 0.23 | 258.39 | 0.9 | 0.4 |
| Hex | 43 | A | C4 | 42 | 5F | 0 | 17 | 102 | 5A | 28 |
| Octal | 103 | 12 | 304 | 102 | 137 | 0 | 27 | 402 | 132 | 50 |
| Binary | 1000011 | 1010 | 11000100 | 1000010 | 1011111 | 0 | 10111 | 100000010 | 1011010 | 101000 |
Color Harmonies of #430AC4
Complementary color
Monochromatic Colors of #430AC4
Black with #430AC4
Text Example
Text Example
White with #430AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430AC4; }
p { color: rgb(67,10,196); }
H1.HeaderClassName
{
color: #430AC4;
}
.AnyTagClassName
{
color: #430AC4;
}
</style>
background-color css
<style>
a { background-color: #430AC4; }
a { background-color: rgb(67,10,196); }
div.DivClassName
{
background-color: #430AC4;
}
.BgClassName
{
background-color: #430AC4;
}
</style>
border-color css
<style>
span { border-color: #430AC4; }
span { border-color: rgb(67,10,196); }
td.TdClassName
{
border-color: #430AC4;
}
.TagClassName
{
border-color: #430AC4;
}
</style>