Shades of Purple Heart #4305BB
Tints of Purple Heart #4305BB
RGB
CMYK
RGB Variations
Color information
#4305BB (or 0x4305BB) is known color: Purple Heart. HEX triplet: 43, 05 and BB. RGB value is (67,5,187). Sum of RGB (Red+Green+Blue) = 67+5+187=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 187 (73.44% from 255 or 72.20% from 259); Max value from RGB is 187 - color contains mainly: blue. Hex color #4305BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4305BB is #BCFA44. Grayscale: #2B2B2B. Windows color (decimal): -12384837 or 12256579. OLE color: 12256579.
HSL color Cylindrical-coordinate representation of color #4305BB: hue angle of 260.44º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4305BB is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 5 | 187 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.27 |
| HSL | 260.44º | 0.95% | 0.38% | - |
| HSV(B) | 260.44º | 0.97% | 0.73% | - |
| XYZ | 11.34 | 4.89 | 47.36 | - |
| YUV | 44.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 5 | 187 | 0.64 | 0.97 | 0 | 0.27 | 260.44 | 0.95 | 0.38 |
| Hex | 43 | 5 | BB | 40 | 61 | 0 | 1B | 104 | 5F | 26 |
| Octal | 103 | 5 | 273 | 100 | 141 | 0 | 33 | 404 | 137 | 46 |
| Binary | 1000011 | 101 | 10111011 | 1000000 | 1100001 | 0 | 11011 | 100000100 | 1011111 | 100110 |
Color Harmonies of #4305BB
Complementary color
Monochromatic Colors of #4305BB
Black with #4305BB
Text Example
Text Example
White with #4305BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4305BB; }
p { color: rgb(67,5,187); }
H1.HeaderClassName
{
color: #4305BB;
}
.AnyTagClassName
{
color: #4305BB;
}
</style>
background-color css
<style>
a { background-color: #4305BB; }
a { background-color: rgb(67,5,187); }
div.DivClassName
{
background-color: #4305BB;
}
.BgClassName
{
background-color: #4305BB;
}
</style>
border-color css
<style>
span { border-color: #4305BB; }
span { border-color: rgb(67,5,187); }
td.TdClassName
{
border-color: #4305BB;
}
.TagClassName
{
border-color: #4305BB;
}
</style>