Shades of Purple Heart #4434B6
Tints of Purple Heart #4434B6
RGB
CMYK
RGB Variations
Color information
#4434B6 (or 0x4434B6) is known color: Purple Heart. HEX triplet: 44, 34 and B6. RGB value is (68,52,182). Sum of RGB (Red+Green+Blue) = 68+52+182=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 182 (71.48% from 255 or 60.26% from 302); Max value from RGB is 182 - color contains mainly: blue. Hex color #4434B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4434B6 is #BBCB49. Grayscale: #474747. Windows color (decimal): -12307274 or 11940932. OLE color: 11940932.
HSL color Cylindrical-coordinate representation of color #4434B6: hue angle of 247.38º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4434B6 is Cyan = 0.63, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 52 | 182 | - |
| CMYK | 0.63 | 0.71 | 0 | 0.29 |
| HSL | 247.38º | 0.56% | 0.46% | - |
| HSV(B) | 247.38º | 0.71% | 0.71% | - |
| XYZ | 12.06 | 7.06 | 44.98 | - |
| YUV | 71.6 | 190.3 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 52 | 182 | 0.63 | 0.71 | 0 | 0.29 | 247.38 | 0.56 | 0.46 |
| Hex | 44 | 34 | B6 | 3F | 47 | 0 | 1D | F7 | 38 | 2E |
| Octal | 104 | 64 | 266 | 77 | 107 | 0 | 35 | 367 | 70 | 56 |
| Binary | 1000100 | 110100 | 10110110 | 111111 | 1000111 | 0 | 11101 | 11110111 | 111000 | 101110 |
Color Harmonies of #4434B6
Complementary color
Monochromatic Colors of #4434B6
Black with #4434B6
Text Example
Text Example
White with #4434B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4434B6; }
p { color: rgb(68,52,182); }
H1.HeaderClassName
{
color: #4434B6;
}
.AnyTagClassName
{
color: #4434B6;
}
</style>
background-color css
<style>
a { background-color: #4434B6; }
a { background-color: rgb(68,52,182); }
div.DivClassName
{
background-color: #4434B6;
}
.BgClassName
{
background-color: #4434B6;
}
</style>
border-color css
<style>
span { border-color: #4434B6; }
span { border-color: rgb(68,52,182); }
td.TdClassName
{
border-color: #4434B6;
}
.TagClassName
{
border-color: #4434B6;
}
</style>