Shades of Purple Heart #4408C8
Tints of Purple Heart #4408C8
RGB
CMYK
RGB Variations
Color information
#4408C8 (or 0x4408C8) is known color: Purple Heart. HEX triplet: 44, 08 and C8. RGB value is (68,8,200). Sum of RGB (Red+Green+Blue) = 68+8+200=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 200 (78.52% from 255 or 72.46% from 276); Max value from RGB is 200 - color contains mainly: blue. Hex color #4408C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4408C8 is #BBF737. Grayscale: #2F2F2F. Windows color (decimal): -12318520 or 13109316. OLE color: 13109316.
HSL color Cylindrical-coordinate representation of color #4408C8: hue angle of 258.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4408C8 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 8 | 200 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.22 |
| HSL | 258.75º | 0.92% | 0.41% | - |
| HSV(B) | 258.75º | 0.96% | 0.78% | - |
| XYZ | 12.9 | 5.57 | 55.04 | - |
| YUV | 47.83 | 213.88 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 200 | 0.66 | 0.96 | 0 | 0.22 | 258.75 | 0.92 | 0.41 |
| Hex | 44 | 8 | C8 | 42 | 60 | 0 | 16 | 103 | 5C | 29 |
| Octal | 104 | 10 | 310 | 102 | 140 | 0 | 26 | 403 | 134 | 51 |
| Binary | 1000100 | 1000 | 11001000 | 1000010 | 1100000 | 0 | 10110 | 100000011 | 1011100 | 101001 |
Color Harmonies of #4408C8
Complementary color
Monochromatic Colors of #4408C8
Black with #4408C8
Text Example
Text Example
White with #4408C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4408C8; }
p { color: rgb(68,8,200); }
H1.HeaderClassName
{
color: #4408C8;
}
.AnyTagClassName
{
color: #4408C8;
}
</style>
background-color css
<style>
a { background-color: #4408C8; }
a { background-color: rgb(68,8,200); }
div.DivClassName
{
background-color: #4408C8;
}
.BgClassName
{
background-color: #4408C8;
}
</style>
border-color css
<style>
span { border-color: #4408C8; }
span { border-color: rgb(68,8,200); }
td.TdClassName
{
border-color: #4408C8;
}
.TagClassName
{
border-color: #4408C8;
}
</style>