Shades of Purple Heart #3902C2
Tints of Purple Heart #3902C2
RGB
CMYK
RGB Variations
Color information
#3902C2 (or 0x3902C2) is known color: Purple Heart. HEX triplet: 39, 02 and C2. RGB value is (57,2,194). Sum of RGB (Red+Green+Blue) = 57+2+194=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 194 (76.17% from 255 or 76.68% from 253); Max value from RGB is 194 - color contains mainly: blue. Hex color #3902C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3902C2 is #C6FD3D. Grayscale: #272727. Windows color (decimal): -13040958 or 12714553. OLE color: 12714553.
HSL color Cylindrical-coordinate representation of color #3902C2: hue angle of 257.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3902C2 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 57 | 2 | 194 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.24 |
| HSL | 257.19º | 0.98% | 0.38% | - |
| HSV(B) | 257.19º | 0.99% | 0.76% | - |
| XYZ | 11.45 | 4.81 | 51.36 | - |
| YUV | 40.33 | 214.72 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 2 | 194 | 0.71 | 0.99 | 0 | 0.24 | 257.19 | 0.98 | 0.38 |
| Hex | 39 | 2 | C2 | 47 | 63 | 0 | 18 | 101 | 62 | 26 |
| Octal | 71 | 2 | 302 | 107 | 143 | 0 | 30 | 401 | 142 | 46 |
| Binary | 111001 | 10 | 11000010 | 1000111 | 1100011 | 0 | 11000 | 100000001 | 1100010 | 100110 |
Color Harmonies of #3902C2
Complementary color
Monochromatic Colors of #3902C2
Black with #3902C2
Text Example
Text Example
White with #3902C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3902C2; }
p { color: rgb(57,2,194); }
H1.HeaderClassName
{
color: #3902C2;
}
.AnyTagClassName
{
color: #3902C2;
}
</style>
background-color css
<style>
a { background-color: #3902C2; }
a { background-color: rgb(57,2,194); }
div.DivClassName
{
background-color: #3902C2;
}
.BgClassName
{
background-color: #3902C2;
}
</style>
border-color css
<style>
span { border-color: #3902C2; }
span { border-color: rgb(57,2,194); }
td.TdClassName
{
border-color: #3902C2;
}
.TagClassName
{
border-color: #3902C2;
}
</style>