Shades of Purple Heart #3E02C3
Tints of Purple Heart #3E02C3
RGB
CMYK
RGB Variations
Color information
#3E02C3 (or 0x3E02C3) is known color: Purple Heart. HEX triplet: 3E, 02 and C3. RGB value is (62,2,195). Sum of RGB (Red+Green+Blue) = 62+2+195=259 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.94% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 195 (76.56% from 255 or 75.29% from 259); Max value from RGB is 195 - color contains mainly: blue. Hex color #3E02C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E02C3 is #C1FD3C. Grayscale: #292929. Windows color (decimal): -12713277 or 12780094. OLE color: 12780094.
HSL color Cylindrical-coordinate representation of color #3E02C3: hue angle of 258.65º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E02C3 is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 62 | 2 | 195 | - |
| CMYK | 0.68 | 0.99 | 0 | 0.24 |
| HSL | 258.65º | 0.98% | 0.39% | - |
| HSV(B) | 258.65º | 0.99% | 0.76% | - |
| XYZ | 11.86 | 5.01 | 51.97 | - |
| YUV | 41.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 195 | 0.68 | 0.99 | 0 | 0.24 | 258.65 | 0.98 | 0.39 |
| Hex | 3E | 2 | C3 | 44 | 63 | 0 | 18 | 103 | 62 | 27 |
| Octal | 76 | 2 | 303 | 104 | 143 | 0 | 30 | 403 | 142 | 47 |
| Binary | 111110 | 10 | 11000011 | 1000100 | 1100011 | 0 | 11000 | 100000011 | 1100010 | 100111 |
Color Harmonies of #3E02C3
Complementary color
Monochromatic Colors of #3E02C3
Black with #3E02C3
Text Example
Text Example
White with #3E02C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E02C3; }
p { color: rgb(62,2,195); }
H1.HeaderClassName
{
color: #3E02C3;
}
.AnyTagClassName
{
color: #3E02C3;
}
</style>
background-color css
<style>
a { background-color: #3E02C3; }
a { background-color: rgb(62,2,195); }
div.DivClassName
{
background-color: #3E02C3;
}
.BgClassName
{
background-color: #3E02C3;
}
</style>
border-color css
<style>
span { border-color: #3E02C3; }
span { border-color: rgb(62,2,195); }
td.TdClassName
{
border-color: #3E02C3;
}
.TagClassName
{
border-color: #3E02C3;
}
</style>