Shades of Purple Heart #4303BA
Tints of Purple Heart #4303BA
RGB
CMYK
RGB Variations
Color information
#4303BA (or 0x4303BA) is known color: Purple Heart. HEX triplet: 43, 03 and BA. RGB value is (67,3,186). Sum of RGB (Red+Green+Blue) = 67+3+186=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #4303BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4303BA is #BCFC45. Grayscale: #2A2A2A. Windows color (decimal): -12385350 or 12190531. OLE color: 12190531.
HSL color Cylindrical-coordinate representation of color #4303BA: hue angle of 260.98º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4303BA is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 3 | 186 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.27 |
| HSL | 260.98º | 0.97% | 0.37% | - |
| HSV(B) | 260.98º | 0.98% | 0.73% | - |
| XYZ | 11.21 | 4.8 | 46.79 | - |
| YUV | 43 | 208.7 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 186 | 0.64 | 0.98 | 0 | 0.27 | 260.98 | 0.97 | 0.37 |
| Hex | 43 | 3 | BA | 40 | 62 | 0 | 1B | 105 | 61 | 25 |
| Octal | 103 | 3 | 272 | 100 | 142 | 0 | 33 | 405 | 141 | 45 |
| Binary | 1000011 | 11 | 10111010 | 1000000 | 1100010 | 0 | 11011 | 100000101 | 1100001 | 100101 |
Color Harmonies of #4303BA
Complementary color
Monochromatic Colors of #4303BA
Black with #4303BA
Text Example
Text Example
White with #4303BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4303BA; }
p { color: rgb(67,3,186); }
H1.HeaderClassName
{
color: #4303BA;
}
.AnyTagClassName
{
color: #4303BA;
}
</style>
background-color css
<style>
a { background-color: #4303BA; }
a { background-color: rgb(67,3,186); }
div.DivClassName
{
background-color: #4303BA;
}
.BgClassName
{
background-color: #4303BA;
}
</style>
border-color css
<style>
span { border-color: #4303BA; }
span { border-color: rgb(67,3,186); }
td.TdClassName
{
border-color: #4303BA;
}
.TagClassName
{
border-color: #4303BA;
}
</style>