Shades of Purple Heart #4314B1
Tints of Purple Heart #4314B1
RGB
CMYK
RGB Variations
Color information
#4314B1 (or 0x4314B1) is known color: Purple Heart. HEX triplet: 43, 14 and B1. RGB value is (67,20,177). Sum of RGB (Red+Green+Blue) = 67+20+177=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #4314B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4314B1 is #BCEB4E. Grayscale: #333333. Windows color (decimal): -12381007 or 11605059. OLE color: 11605059.
HSL color Cylindrical-coordinate representation of color #4314B1: hue angle of 257.96º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4314B1 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 20 | 177 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.31 |
| HSL | 257.96º | 0.8% | 0.39% | - |
| HSV(B) | 257.96º | 0.89% | 0.69% | - |
| XYZ | 10.5 | 4.87 | 41.98 | - |
| YUV | 51.95 | 198.57 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 20 | 177 | 0.62 | 0.89 | 0 | 0.31 | 257.96 | 0.8 | 0.39 |
| Hex | 43 | 14 | B1 | 3E | 59 | 0 | 1F | 102 | 50 | 27 |
| Octal | 103 | 24 | 261 | 76 | 131 | 0 | 37 | 402 | 120 | 47 |
| Binary | 1000011 | 10100 | 10110001 | 111110 | 1011001 | 0 | 11111 | 100000010 | 1010000 | 100111 |
Color Harmonies of #4314B1
Complementary color
Monochromatic Colors of #4314B1
Black with #4314B1
Text Example
Text Example
White with #4314B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4314B1; }
p { color: rgb(67,20,177); }
H1.HeaderClassName
{
color: #4314B1;
}
.AnyTagClassName
{
color: #4314B1;
}
</style>
background-color css
<style>
a { background-color: #4314B1; }
a { background-color: rgb(67,20,177); }
div.DivClassName
{
background-color: #4314B1;
}
.BgClassName
{
background-color: #4314B1;
}
</style>
border-color css
<style>
span { border-color: #4314B1; }
span { border-color: rgb(67,20,177); }
td.TdClassName
{
border-color: #4314B1;
}
.TagClassName
{
border-color: #4314B1;
}
</style>