Shades of Purple Heart #430BB1
Tints of Purple Heart #430BB1
RGB
CMYK
RGB Variations
Color information
#430BB1 (or 0x430BB1) is known color: Purple Heart. HEX triplet: 43, 0B and B1. RGB value is (67,11,177). Sum of RGB (Red+Green+Blue) = 67+11+177=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #430BB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430BB1 is #BCF44E. Grayscale: #2E2E2E. Windows color (decimal): -12383311 or 11602755. OLE color: 11602755.
HSL color Cylindrical-coordinate representation of color #430BB1: hue angle of 260.24º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430BB1 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 11 | 177 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.31 |
| HSL | 260.24º | 0.88% | 0.37% | - |
| HSV(B) | 260.24º | 0.94% | 0.69% | - |
| XYZ | 10.37 | 4.61 | 41.94 | - |
| YUV | 46.67 | 201.55 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 177 | 0.62 | 0.94 | 0 | 0.31 | 260.24 | 0.88 | 0.37 |
| Hex | 43 | B | B1 | 3E | 5E | 0 | 1F | 104 | 58 | 25 |
| Octal | 103 | 13 | 261 | 76 | 136 | 0 | 37 | 404 | 130 | 45 |
| Binary | 1000011 | 1011 | 10110001 | 111110 | 1011110 | 0 | 11111 | 100000100 | 1011000 | 100101 |
Color Harmonies of #430BB1
Complementary color
Monochromatic Colors of #430BB1
Black with #430BB1
Text Example
Text Example
White with #430BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BB1; }
p { color: rgb(67,11,177); }
H1.HeaderClassName
{
color: #430BB1;
}
.AnyTagClassName
{
color: #430BB1;
}
</style>
background-color css
<style>
a { background-color: #430BB1; }
a { background-color: rgb(67,11,177); }
div.DivClassName
{
background-color: #430BB1;
}
.BgClassName
{
background-color: #430BB1;
}
</style>
border-color css
<style>
span { border-color: #430BB1; }
span { border-color: rgb(67,11,177); }
td.TdClassName
{
border-color: #430BB1;
}
.TagClassName
{
border-color: #430BB1;
}
</style>