Shades of Purple Heart #430FB1
Tints of Purple Heart #430FB1
RGB
CMYK
RGB Variations
Color information
#430FB1 (or 0x430FB1) is known color: Purple Heart. HEX triplet: 43, 0F and B1. RGB value is (67,15,177). Sum of RGB (Red+Green+Blue) = 67+15+177=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #430FB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430FB1 is #BCF04E. Grayscale: #303030. Windows color (decimal): -12382287 or 11603779. OLE color: 11603779.
HSL color Cylindrical-coordinate representation of color #430FB1: hue angle of 259.26º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #430FB1 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 15 | 177 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.31 |
| HSL | 259.26º | 0.84% | 0.38% | - |
| HSV(B) | 259.26º | 0.92% | 0.69% | - |
| XYZ | 10.42 | 4.71 | 41.95 | - |
| YUV | 49.02 | 200.23 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 177 | 0.62 | 0.92 | 0 | 0.31 | 259.26 | 0.84 | 0.38 |
| Hex | 43 | F | B1 | 3E | 5C | 0 | 1F | 103 | 54 | 26 |
| Octal | 103 | 17 | 261 | 76 | 134 | 0 | 37 | 403 | 124 | 46 |
| Binary | 1000011 | 1111 | 10110001 | 111110 | 1011100 | 0 | 11111 | 100000011 | 1010100 | 100110 |
Color Harmonies of #430FB1
Complementary color
Monochromatic Colors of #430FB1
Black with #430FB1
Text Example
Text Example
White with #430FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430FB1; }
p { color: rgb(67,15,177); }
H1.HeaderClassName
{
color: #430FB1;
}
.AnyTagClassName
{
color: #430FB1;
}
</style>
background-color css
<style>
a { background-color: #430FB1; }
a { background-color: rgb(67,15,177); }
div.DivClassName
{
background-color: #430FB1;
}
.BgClassName
{
background-color: #430FB1;
}
</style>
border-color css
<style>
span { border-color: #430FB1; }
span { border-color: rgb(67,15,177); }
td.TdClassName
{
border-color: #430FB1;
}
.TagClassName
{
border-color: #430FB1;
}
</style>