Shades of Purple Heart #4320B6
Tints of Purple Heart #4320B6
RGB
CMYK
RGB Variations
Color information
#4320B6 (or 0x4320B6) is known color: Purple Heart. HEX triplet: 43, 20 and B6. RGB value is (67,32,182). Sum of RGB (Red+Green+Blue) = 67+32+182=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 182 (71.48% from 255 or 64.77% from 281); Max value from RGB is 182 - color contains mainly: blue. Hex color #4320B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4320B6 is #BCDF49. Grayscale: #3B3B3B. Windows color (decimal): -12377930 or 11935811. OLE color: 11935811.
HSL color Cylindrical-coordinate representation of color #4320B6: hue angle of 254º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4320B6 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 32 | 182 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.29 |
| HSL | 254º | 0.7% | 0.42% | - |
| HSV(B) | 254º | 0.82% | 0.71% | - |
| XYZ | 11.27 | 5.6 | 44.74 | - |
| YUV | 59.57 | 197.1 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 32 | 182 | 0.63 | 0.82 | 0 | 0.29 | 254 | 0.7 | 0.42 |
| Hex | 43 | 20 | B6 | 3F | 52 | 0 | 1D | FE | 46 | 2A |
| Octal | 103 | 40 | 266 | 77 | 122 | 0 | 35 | 376 | 106 | 52 |
| Binary | 1000011 | 100000 | 10110110 | 111111 | 1010010 | 0 | 11101 | 11111110 | 1000110 | 101010 |
Color Harmonies of #4320B6
Complementary color
Monochromatic Colors of #4320B6
Black with #4320B6
Text Example
Text Example
White with #4320B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4320B6; }
p { color: rgb(67,32,182); }
H1.HeaderClassName
{
color: #4320B6;
}
.AnyTagClassName
{
color: #4320B6;
}
</style>
background-color css
<style>
a { background-color: #4320B6; }
a { background-color: rgb(67,32,182); }
div.DivClassName
{
background-color: #4320B6;
}
.BgClassName
{
background-color: #4320B6;
}
</style>
border-color css
<style>
span { border-color: #4320B6; }
span { border-color: rgb(67,32,182); }
td.TdClassName
{
border-color: #4320B6;
}
.TagClassName
{
border-color: #4320B6;
}
</style>