Shades of Purple Heart #3D02BD
Tints of Purple Heart #3D02BD
RGB
CMYK
RGB Variations
Color information
#3D02BD (or 0x3D02BD) is known color: Purple Heart. HEX triplet: 3D, 02 and BD. RGB value is (61,2,189). Sum of RGB (Red+Green+Blue) = 61+2+189=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 189 (74.22% from 255 or 75% from 252); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D02BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D02BD is #C2FD42. Grayscale: #282828. Windows color (decimal): -12778819 or 12386877. OLE color: 12386877.
HSL color Cylindrical-coordinate representation of color #3D02BD: hue angle of 258.93º 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 #3D02BD is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 2 | 189 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.26 |
| HSL | 258.93º | 0.98% | 0.37% | - |
| HSV(B) | 258.93º | 0.99% | 0.74% | - |
| XYZ | 11.13 | 4.71 | 48.47 | - |
| YUV | 40.96 | 211.55 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 2 | 189 | 0.68 | 0.99 | 0 | 0.26 | 258.93 | 0.98 | 0.37 |
| Hex | 3D | 2 | BD | 44 | 63 | 0 | 1A | 103 | 62 | 25 |
| Octal | 75 | 2 | 275 | 104 | 143 | 0 | 32 | 403 | 142 | 45 |
| Binary | 111101 | 10 | 10111101 | 1000100 | 1100011 | 0 | 11010 | 100000011 | 1100010 | 100101 |
Color Harmonies of #3D02BD
Complementary color
Monochromatic Colors of #3D02BD
Black with #3D02BD
Text Example
Text Example
White with #3D02BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D02BD; }
p { color: rgb(61,2,189); }
H1.HeaderClassName
{
color: #3D02BD;
}
.AnyTagClassName
{
color: #3D02BD;
}
</style>
background-color css
<style>
a { background-color: #3D02BD; }
a { background-color: rgb(61,2,189); }
div.DivClassName
{
background-color: #3D02BD;
}
.BgClassName
{
background-color: #3D02BD;
}
</style>
border-color css
<style>
span { border-color: #3D02BD; }
span { border-color: rgb(61,2,189); }
td.TdClassName
{
border-color: #3D02BD;
}
.TagClassName
{
border-color: #3D02BD;
}
</style>