Shades of Purple Heart #4128CB
Tints of Purple Heart #4128CB
RGB
CMYK
RGB Variations
Color information
#4128CB (or 0x4128CB) is known color: Purple Heart. HEX triplet: 41, 28 and CB. RGB value is (65,40,203). Sum of RGB (Red+Green+Blue) = 65+40+203=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4128CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128CB is #BED734. Grayscale: #414141. Windows color (decimal): -12506933 or 13314113. OLE color: 13314113.
HSL color Cylindrical-coordinate representation of color #4128CB: hue angle of 249.2º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4128CB is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 40 | 203 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.20 |
| HSL | 249.2º | 0.67% | 0.48% | - |
| HSV(B) | 249.2º | 0.8% | 0.8% | - |
| XYZ | 13.72 | 6.95 | 57.12 | - |
| YUV | 66.06 | 205.28 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 203 | 0.68 | 0.80 | 0 | 0.20 | 249.2 | 0.67 | 0.48 |
| Hex | 41 | 28 | CB | 44 | 50 | 0 | 14 | F9 | 43 | 30 |
| Octal | 101 | 50 | 313 | 104 | 120 | 0 | 24 | 371 | 103 | 60 |
| Binary | 1000001 | 101000 | 11001011 | 1000100 | 1010000 | 0 | 10100 | 11111001 | 1000011 | 110000 |
Color Harmonies of #4128CB
Complementary color
Monochromatic Colors of #4128CB
Black with #4128CB
Text Example
Text Example
White with #4128CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4128CB; }
p { color: rgb(65,40,203); }
H1.HeaderClassName
{
color: #4128CB;
}
.AnyTagClassName
{
color: #4128CB;
}
</style>
background-color css
<style>
a { background-color: #4128CB; }
a { background-color: rgb(65,40,203); }
div.DivClassName
{
background-color: #4128CB;
}
.BgClassName
{
background-color: #4128CB;
}
</style>
border-color css
<style>
span { border-color: #4128CB; }
span { border-color: rgb(65,40,203); }
td.TdClassName
{
border-color: #4128CB;
}
.TagClassName
{
border-color: #4128CB;
}
</style>