Shades of Purple Heart #440BCA
Tints of Purple Heart #440BCA
RGB
CMYK
RGB Variations
Color information
#440BCA (or 0x440BCA) is known color: Purple Heart. HEX triplet: 44, 0B and CA. RGB value is (68,11,202). Sum of RGB (Red+Green+Blue) = 68+11+202=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #440BCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440BCA is #BBF435. Grayscale: #313131. Windows color (decimal): -12317750 or 13241156. OLE color: 13241156.
HSL color Cylindrical-coordinate representation of color #440BCA: hue angle of 257.91º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #440BCA is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 11 | 202 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.21 |
| HSL | 257.91º | 0.9% | 0.42% | - |
| HSV(B) | 257.91º | 0.95% | 0.79% | - |
| XYZ | 13.16 | 5.73 | 56.29 | - |
| YUV | 49.82 | 213.88 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 11 | 202 | 0.66 | 0.95 | 0 | 0.21 | 257.91 | 0.9 | 0.42 |
| Hex | 44 | B | CA | 42 | 5F | 0 | 15 | 102 | 5A | 2A |
| Octal | 104 | 13 | 312 | 102 | 137 | 0 | 25 | 402 | 132 | 52 |
| Binary | 1000100 | 1011 | 11001010 | 1000010 | 1011111 | 0 | 10101 | 100000010 | 1011010 | 101010 |
Color Harmonies of #440BCA
Complementary color
Monochromatic Colors of #440BCA
Black with #440BCA
Text Example
Text Example
White with #440BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440BCA; }
p { color: rgb(68,11,202); }
H1.HeaderClassName
{
color: #440BCA;
}
.AnyTagClassName
{
color: #440BCA;
}
</style>
background-color css
<style>
a { background-color: #440BCA; }
a { background-color: rgb(68,11,202); }
div.DivClassName
{
background-color: #440BCA;
}
.BgClassName
{
background-color: #440BCA;
}
</style>
border-color css
<style>
span { border-color: #440BCA; }
span { border-color: rgb(68,11,202); }
td.TdClassName
{
border-color: #440BCA;
}
.TagClassName
{
border-color: #440BCA;
}
</style>