Shades of Purple Heart #4304B7
Tints of Purple Heart #4304B7
RGB
CMYK
RGB Variations
Color information
#4304B7 (or 0x4304B7) is known color: Purple Heart. HEX triplet: 43, 04 and B7. RGB value is (67,4,183). Sum of RGB (Red+Green+Blue) = 67+4+183=254 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.38% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 183 (71.88% from 255 or 72.05% from 254); Max value from RGB is 183 - color contains mainly: blue. Hex color #4304B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4304B7 is #BCFB48. Grayscale: #2A2A2A. Windows color (decimal): -12385097 or 11994179. OLE color: 11994179.
HSL color Cylindrical-coordinate representation of color #4304B7: hue angle of 261.12º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4304B7 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 4 | 183 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.28 |
| HSL | 261.12º | 0.96% | 0.37% | - |
| HSV(B) | 261.12º | 0.98% | 0.72% | - |
| XYZ | 10.91 | 4.7 | 45.13 | - |
| YUV | 43.24 | 206.87 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 183 | 0.63 | 0.98 | 0 | 0.28 | 261.12 | 0.96 | 0.37 |
| Hex | 43 | 4 | B7 | 3F | 62 | 0 | 1C | 105 | 60 | 25 |
| Octal | 103 | 4 | 267 | 77 | 142 | 0 | 34 | 405 | 140 | 45 |
| Binary | 1000011 | 100 | 10110111 | 111111 | 1100010 | 0 | 11100 | 100000101 | 1100000 | 100101 |
Color Harmonies of #4304B7
Complementary color
Monochromatic Colors of #4304B7
Black with #4304B7
Text Example
Text Example
White with #4304B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4304B7; }
p { color: rgb(67,4,183); }
H1.HeaderClassName
{
color: #4304B7;
}
.AnyTagClassName
{
color: #4304B7;
}
</style>
background-color css
<style>
a { background-color: #4304B7; }
a { background-color: rgb(67,4,183); }
div.DivClassName
{
background-color: #4304B7;
}
.BgClassName
{
background-color: #4304B7;
}
</style>
border-color css
<style>
span { border-color: #4304B7; }
span { border-color: rgb(67,4,183); }
td.TdClassName
{
border-color: #4304B7;
}
.TagClassName
{
border-color: #4304B7;
}
</style>