Shades of Purple Heart #3D18AE
Tints of Purple Heart #3D18AE
RGB
CMYK
RGB Variations
Color information
#3D18AE (or 0x3D18AE) is known color: Purple Heart. HEX triplet: 3D, 18 and AE. RGB value is (61,24,174). Sum of RGB (Red+Green+Blue) = 61+24+174=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D18AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D18AE is #C2E751. Grayscale: #333333. Windows color (decimal): -12773202 or 11409469. OLE color: 11409469.
HSL color Cylindrical-coordinate representation of color #3D18AE: hue angle of 254.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3D18AE is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 61 | 24 | 174 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.32 |
| HSL | 254.8º | 0.76% | 0.39% | - |
| HSV(B) | 254.8º | 0.86% | 0.68% | - |
| XYZ | 9.89 | 4.7 | 40.43 | - |
| YUV | 52.16 | 196.76 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 24 | 174 | 0.65 | 0.86 | 0 | 0.32 | 254.8 | 0.76 | 0.39 |
| Hex | 3D | 18 | AE | 41 | 56 | 0 | 20 | FF | 4C | 27 |
| Octal | 75 | 30 | 256 | 101 | 126 | 0 | 40 | 377 | 114 | 47 |
| Binary | 111101 | 11000 | 10101110 | 1000001 | 1010110 | 0 | 100000 | 11111111 | 1001100 | 100111 |
Color Harmonies of #3D18AE
Complementary color
Monochromatic Colors of #3D18AE
Black with #3D18AE
Text Example
Text Example
White with #3D18AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D18AE; }
p { color: rgb(61,24,174); }
H1.HeaderClassName
{
color: #3D18AE;
}
.AnyTagClassName
{
color: #3D18AE;
}
</style>
background-color css
<style>
a { background-color: #3D18AE; }
a { background-color: rgb(61,24,174); }
div.DivClassName
{
background-color: #3D18AE;
}
.BgClassName
{
background-color: #3D18AE;
}
</style>
border-color css
<style>
span { border-color: #3D18AE; }
span { border-color: rgb(61,24,174); }
td.TdClassName
{
border-color: #3D18AE;
}
.TagClassName
{
border-color: #3D18AE;
}
</style>