Shades of Purple Heart #430BB2
Tints of Purple Heart #430BB2
RGB
CMYK
RGB Variations
Color information
#430BB2 (or 0x430BB2) is known color: Purple Heart. HEX triplet: 43, 0B and B2. RGB value is (67,11,178). Sum of RGB (Red+Green+Blue) = 67+11+178=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 178 (69.92% from 255 or 69.53% from 256); Max value from RGB is 178 - color contains mainly: blue. Hex color #430BB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BB2 is #BCF44D. Grayscale: #2E2E2E. Windows color (decimal): -12383310 or 11668291. OLE color: 11668291.
HSL color Cylindrical-coordinate representation of color #430BB2: hue angle of 260.12º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BB2 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 11 | 178 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.30 |
| HSL | 260.12º | 0.88% | 0.37% | - |
| HSV(B) | 260.12º | 0.94% | 0.7% | - |
| XYZ | 10.47 | 4.65 | 42.46 | - |
| YUV | 46.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 178 | 0.62 | 0.94 | 0 | 0.30 | 260.12 | 0.88 | 0.37 |
| Hex | 43 | B | B2 | 3E | 5E | 0 | 1E | 104 | 58 | 25 |
| Octal | 103 | 13 | 262 | 76 | 136 | 0 | 36 | 404 | 130 | 45 |
| Binary | 1000011 | 1011 | 10110010 | 111110 | 1011110 | 0 | 11110 | 100000100 | 1011000 | 100101 |
Color Harmonies of #430BB2
Complementary color
Monochromatic Colors of #430BB2
Black with #430BB2
Text Example
Text Example
White with #430BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BB2; }
p { color: rgb(67,11,178); }
H1.HeaderClassName
{
color: #430BB2;
}
.AnyTagClassName
{
color: #430BB2;
}
</style>
background-color css
<style>
a { background-color: #430BB2; }
a { background-color: rgb(67,11,178); }
div.DivClassName
{
background-color: #430BB2;
}
.BgClassName
{
background-color: #430BB2;
}
</style>
border-color css
<style>
span { border-color: #430BB2; }
span { border-color: rgb(67,11,178); }
td.TdClassName
{
border-color: #430BB2;
}
.TagClassName
{
border-color: #430BB2;
}
</style>