Shades of Purple Heart #4B02CC
Tints of Purple Heart #4B02CC
RGB
CMYK
RGB Variations
Color information
#4B02CC (or 0x4B02CC) is known color: Purple Heart. HEX triplet: 4B, 02 and CC. RGB value is (75,2,204). Sum of RGB (Red+Green+Blue) = 75+2+204=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B02CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B02CC is #B4FD33. Grayscale: #2E2E2E. Windows color (decimal): -11861300 or 13369931. OLE color: 13369931.
HSL color Cylindrical-coordinate representation of color #4B02CC: hue angle of 261.68º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B02CC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 2 | 204 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.2 |
| HSL | 261.68º | 0.98% | 0.4% | - |
| HSV(B) | 261.68º | 0.99% | 0.8% | - |
| XYZ | 13.82 | 5.9 | 57.54 | - |
| YUV | 46.86 | 216.68 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 204 | 0.63 | 0.99 | 0 | 0.2 | 261.68 | 0.98 | 0.4 |
| Hex | 4B | 2 | CC | 3F | 63 | 0 | 14 | 106 | 62 | 28 |
| Octal | 113 | 2 | 314 | 77 | 143 | 0 | 24 | 406 | 142 | 50 |
| Binary | 1001011 | 10 | 11001100 | 111111 | 1100011 | 0 | 10100 | 100000110 | 1100010 | 101000 |
Color Harmonies of #4B02CC
Complementary color
Monochromatic Colors of #4B02CC
Black with #4B02CC
Text Example
Text Example
White with #4B02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B02CC; }
p { color: rgb(75,2,204); }
H1.HeaderClassName
{
color: #4B02CC;
}
.AnyTagClassName
{
color: #4B02CC;
}
</style>
background-color css
<style>
a { background-color: #4B02CC; }
a { background-color: rgb(75,2,204); }
div.DivClassName
{
background-color: #4B02CC;
}
.BgClassName
{
background-color: #4B02CC;
}
</style>
border-color css
<style>
span { border-color: #4B02CC; }
span { border-color: rgb(75,2,204); }
td.TdClassName
{
border-color: #4B02CC;
}
.TagClassName
{
border-color: #4B02CC;
}
</style>