Shades of Purple Heart #3D0FC6
Tints of Purple Heart #3D0FC6
RGB
CMYK
RGB Variations
Color information
#3D0FC6 (or 0x3D0FC6) is known color: Purple Heart. HEX triplet: 3D, 0F and C6. RGB value is (61,15,198). Sum of RGB (Red+Green+Blue) = 61+15+198=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 198 (77.73% from 255 or 72.26% from 274); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D0FC6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FC6 is #C2F039. Grayscale: #303030. Windows color (decimal): -12775482 or 12980029. OLE color: 12980029.
HSL color Cylindrical-coordinate representation of color #3D0FC6: hue angle of 255.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0FC6 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 15 | 198 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.22 |
| HSL | 255.08º | 0.86% | 0.42% | - |
| HSV(B) | 255.08º | 0.92% | 0.78% | - |
| XYZ | 12.29 | 5.41 | 53.82 | - |
| YUV | 49.62 | 211.74 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 198 | 0.69 | 0.92 | 0 | 0.22 | 255.08 | 0.86 | 0.42 |
| Hex | 3D | F | C6 | 45 | 5C | 0 | 16 | FF | 56 | 2A |
| Octal | 75 | 17 | 306 | 105 | 134 | 0 | 26 | 377 | 126 | 52 |
| Binary | 111101 | 1111 | 11000110 | 1000101 | 1011100 | 0 | 10110 | 11111111 | 1010110 | 101010 |
Color Harmonies of #3D0FC6
Complementary color
Monochromatic Colors of #3D0FC6
Black with #3D0FC6
Text Example
Text Example
White with #3D0FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0FC6; }
p { color: rgb(61,15,198); }
H1.HeaderClassName
{
color: #3D0FC6;
}
.AnyTagClassName
{
color: #3D0FC6;
}
</style>
background-color css
<style>
a { background-color: #3D0FC6; }
a { background-color: rgb(61,15,198); }
div.DivClassName
{
background-color: #3D0FC6;
}
.BgClassName
{
background-color: #3D0FC6;
}
</style>
border-color css
<style>
span { border-color: #3D0FC6; }
span { border-color: rgb(61,15,198); }
td.TdClassName
{
border-color: #3D0FC6;
}
.TagClassName
{
border-color: #3D0FC6;
}
</style>