Shades of Purple Heart #4B00CB
Tints of Purple Heart #4B00CB
RGB
CMYK
RGB Variations
Color information
#4B00CB (or 0x4B00CB) is known color: Purple Heart. HEX triplet: 4B, 00 and CB. RGB value is (75,0,203). Sum of RGB (Red+Green+Blue) = 75+0+203=278 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.98% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 203 (79.69% from 255 or 73.02% from 278); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B00CB is #B4FF34. Grayscale: #2C2C2C. Windows color (decimal): -11861813 or 13303883. OLE color: 13303883.
HSL color Cylindrical-coordinate representation of color #4B00CB: hue angle of 262.17º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B00CB is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 0 | 203 | - |
| CMYK | 0.63 | 1 | 0 | 0.20 |
| HSL | 262.17º | 1% | 0.4% | - |
| HSV(B) | 262.17º | 1% | 0.8% | - |
| XYZ | 13.68 | 5.81 | 56.9 | - |
| YUV | 45.57 | 216.85 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 0 | 203 | 0.63 | 1 | 0 | 0.20 | 262.17 | 1 | 0.4 |
| Hex | 4B | 0 | CB | 3F | 64 | 0 | 14 | 106 | 64 | 28 |
| Octal | 113 | 0 | 313 | 77 | 144 | 0 | 24 | 406 | 144 | 50 |
| Binary | 1001011 | 0 | 11001011 | 111111 | 1100100 | 0 | 10100 | 100000110 | 1100100 | 101000 |
Color Harmonies of #4B00CB
Complementary color
Monochromatic Colors of #4B00CB
Black with #4B00CB
Text Example
Text Example
White with #4B00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B00CB; }
p { color: rgb(75,0,203); }
H1.HeaderClassName
{
color: #4B00CB;
}
.AnyTagClassName
{
color: #4B00CB;
}
</style>
background-color css
<style>
a { background-color: #4B00CB; }
a { background-color: rgb(75,0,203); }
div.DivClassName
{
background-color: #4B00CB;
}
.BgClassName
{
background-color: #4B00CB;
}
</style>
border-color css
<style>
span { border-color: #4B00CB; }
span { border-color: rgb(75,0,203); }
td.TdClassName
{
border-color: #4B00CB;
}
.TagClassName
{
border-color: #4B00CB;
}
</style>