Shades of Purple Heart #4302BD
Tints of Purple Heart #4302BD
RGB
CMYK
RGB Variations
Color information
#4302BD (or 0x4302BD) is known color: Purple Heart. HEX triplet: 43, 02 and BD. RGB value is (67,2,189). Sum of RGB (Red+Green+Blue) = 67+2+189=258 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.97% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #4302BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4302BD is #BCFD42. Grayscale: #2A2A2A. Windows color (decimal): -12385603 or 12386883. OLE color: 12386883.
HSL color Cylindrical-coordinate representation of color #4302BD: hue angle of 260.86º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4302BD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 2 | 189 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.26 |
| HSL | 260.86º | 0.98% | 0.37% | - |
| HSV(B) | 260.86º | 0.99% | 0.74% | - |
| XYZ | 11.52 | 4.91 | 48.48 | - |
| YUV | 42.75 | 210.53 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 2 | 189 | 0.65 | 0.99 | 0 | 0.26 | 260.86 | 0.98 | 0.37 |
| Hex | 43 | 2 | BD | 41 | 63 | 0 | 1A | 105 | 62 | 25 |
| Octal | 103 | 2 | 275 | 101 | 143 | 0 | 32 | 405 | 142 | 45 |
| Binary | 1000011 | 10 | 10111101 | 1000001 | 1100011 | 0 | 11010 | 100000101 | 1100010 | 100101 |
Color Harmonies of #4302BD
Complementary color
Monochromatic Colors of #4302BD
Black with #4302BD
Text Example
Text Example
White with #4302BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4302BD; }
p { color: rgb(67,2,189); }
H1.HeaderClassName
{
color: #4302BD;
}
.AnyTagClassName
{
color: #4302BD;
}
</style>
background-color css
<style>
a { background-color: #4302BD; }
a { background-color: rgb(67,2,189); }
div.DivClassName
{
background-color: #4302BD;
}
.BgClassName
{
background-color: #4302BD;
}
</style>
border-color css
<style>
span { border-color: #4302BD; }
span { border-color: rgb(67,2,189); }
td.TdClassName
{
border-color: #4302BD;
}
.TagClassName
{
border-color: #4302BD;
}
</style>