Shades of Purple Heart #3D02BC
Tints of Purple Heart #3D02BC
RGB
CMYK
RGB Variations
Color information
#3D02BC (or 0x3D02BC) is known color: Purple Heart. HEX triplet: 3D, 02 and BC. RGB value is (61,2,188). Sum of RGB (Red+Green+Blue) = 61+2+188=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D02BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D02BC is #C2FD43. Grayscale: #282828. Windows color (decimal): -12778820 or 12321341. OLE color: 12321341.
HSL color Cylindrical-coordinate representation of color #3D02BC: hue angle of 259.03º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D02BC is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 2 | 188 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.26 |
| HSL | 259.03º | 0.98% | 0.37% | - |
| HSV(B) | 259.03º | 0.99% | 0.74% | - |
| XYZ | 11.02 | 4.67 | 47.9 | - |
| YUV | 40.85 | 211.05 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 188 | 0.68 | 0.99 | 0 | 0.26 | 259.03 | 0.98 | 0.37 |
| Hex | 3D | 2 | BC | 44 | 63 | 0 | 1A | 103 | 62 | 25 |
| Octal | 75 | 2 | 274 | 104 | 143 | 0 | 32 | 403 | 142 | 45 |
| Binary | 111101 | 10 | 10111100 | 1000100 | 1100011 | 0 | 11010 | 100000011 | 1100010 | 100101 |
Color Harmonies of #3D02BC
Complementary color
Monochromatic Colors of #3D02BC
Black with #3D02BC
Text Example
Text Example
White with #3D02BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D02BC; }
p { color: rgb(61,2,188); }
H1.HeaderClassName
{
color: #3D02BC;
}
.AnyTagClassName
{
color: #3D02BC;
}
</style>
background-color css
<style>
a { background-color: #3D02BC; }
a { background-color: rgb(61,2,188); }
div.DivClassName
{
background-color: #3D02BC;
}
.BgClassName
{
background-color: #3D02BC;
}
</style>
border-color css
<style>
span { border-color: #3D02BC; }
span { border-color: rgb(61,2,188); }
td.TdClassName
{
border-color: #3D02BC;
}
.TagClassName
{
border-color: #3D02BC;
}
</style>