Shades of Purple Heart #430CB1
Tints of Purple Heart #430CB1
RGB
CMYK
RGB Variations
Color information
#430CB1 (or 0x430CB1) is known color: Purple Heart. HEX triplet: 43, 0C and B1. RGB value is (67,12,177). Sum of RGB (Red+Green+Blue) = 67+12+177=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 177 (69.53% from 255 or 69.14% from 256); Max value from RGB is 177 - color contains mainly: blue. Hex color #430CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430CB1 is #BCF34E. Grayscale: #2E2E2E. Windows color (decimal): -12383055 or 11603011. OLE color: 11603011.
HSL color Cylindrical-coordinate representation of color #430CB1: hue angle of 260º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430CB1 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 12 | 177 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.31 |
| HSL | 260º | 0.87% | 0.37% | - |
| HSV(B) | 260º | 0.93% | 0.69% | - |
| XYZ | 10.38 | 4.63 | 41.94 | - |
| YUV | 47.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 177 | 0.62 | 0.93 | 0 | 0.31 | 260 | 0.87 | 0.37 |
| Hex | 43 | C | B1 | 3E | 5D | 0 | 1F | 104 | 57 | 25 |
| Octal | 103 | 14 | 261 | 76 | 135 | 0 | 37 | 404 | 127 | 45 |
| Binary | 1000011 | 1100 | 10110001 | 111110 | 1011101 | 0 | 11111 | 100000100 | 1010111 | 100101 |
Color Harmonies of #430CB1
Complementary color
Monochromatic Colors of #430CB1
Black with #430CB1
Text Example
Text Example
White with #430CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CB1; }
p { color: rgb(67,12,177); }
H1.HeaderClassName
{
color: #430CB1;
}
.AnyTagClassName
{
color: #430CB1;
}
</style>
background-color css
<style>
a { background-color: #430CB1; }
a { background-color: rgb(67,12,177); }
div.DivClassName
{
background-color: #430CB1;
}
.BgClassName
{
background-color: #430CB1;
}
</style>
border-color css
<style>
span { border-color: #430CB1; }
span { border-color: rgb(67,12,177); }
td.TdClassName
{
border-color: #430CB1;
}
.TagClassName
{
border-color: #430CB1;
}
</style>