Shades of Purple Heart #440CCB
Tints of Purple Heart #440CCB
RGB
CMYK
RGB Variations
Color information
#440CCB (or 0x440CCB) is known color: Purple Heart. HEX triplet: 44, 0C and CB. RGB value is (68,12,203). Sum of RGB (Red+Green+Blue) = 68+12+203=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #440CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #440CCB is #BBF334. Grayscale: #313131. Windows color (decimal): -12317493 or 13306948. OLE color: 13306948.
HSL color Cylindrical-coordinate representation of color #440CCB: hue angle of 257.59º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440CCB is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 12 | 203 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.20 |
| HSL | 257.59º | 0.89% | 0.42% | - |
| HSV(B) | 257.59º | 0.94% | 0.8% | - |
| XYZ | 13.29 | 5.8 | 56.92 | - |
| YUV | 50.52 | 214.05 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 203 | 0.67 | 0.94 | 0 | 0.20 | 257.59 | 0.89 | 0.42 |
| Hex | 44 | C | CB | 43 | 5E | 0 | 14 | 102 | 59 | 2A |
| Octal | 104 | 14 | 313 | 103 | 136 | 0 | 24 | 402 | 131 | 52 |
| Binary | 1000100 | 1100 | 11001011 | 1000011 | 1011110 | 0 | 10100 | 100000010 | 1011001 | 101010 |
Color Harmonies of #440CCB
Complementary color
Monochromatic Colors of #440CCB
Black with #440CCB
Text Example
Text Example
White with #440CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440CCB; }
p { color: rgb(68,12,203); }
H1.HeaderClassName
{
color: #440CCB;
}
.AnyTagClassName
{
color: #440CCB;
}
</style>
background-color css
<style>
a { background-color: #440CCB; }
a { background-color: rgb(68,12,203); }
div.DivClassName
{
background-color: #440CCB;
}
.BgClassName
{
background-color: #440CCB;
}
</style>
border-color css
<style>
span { border-color: #440CCB; }
span { border-color: rgb(68,12,203); }
td.TdClassName
{
border-color: #440CCB;
}
.TagClassName
{
border-color: #440CCB;
}
</style>