Shades of Purple Heart #4130D0
Tints of Purple Heart #4130D0
RGB
CMYK
RGB Variations
Color information
#4130D0 (or 0x4130D0) is known color: Purple Heart. HEX triplet: 41, 30 and D0. RGB value is (65,48,208). Sum of RGB (Red+Green+Blue) = 65+48+208=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #4130D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130D0 is #BECF2F. Grayscale: #464646. Windows color (decimal): -12504880 or 13643841. OLE color: 13643841.
HSL color Cylindrical-coordinate representation of color #4130D0: hue angle of 246.37º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4130D0 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 48 | 208 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.18 |
| HSL | 246.38º | 0.63% | 0.5% | - |
| HSV(B) | 246.38º | 0.77% | 0.82% | - |
| XYZ | 14.62 | 7.79 | 60.41 | - |
| YUV | 71.32 | 205.13 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 208 | 0.69 | 0.77 | 0 | 0.18 | 246.38 | 0.63 | 0.5 |
| Hex | 41 | 30 | D0 | 45 | 4D | 0 | 12 | F6 | 3F | 32 |
| Octal | 101 | 60 | 320 | 105 | 115 | 0 | 22 | 366 | 77 | 62 |
| Binary | 1000001 | 110000 | 11010000 | 1000101 | 1001101 | 0 | 10010 | 11110110 | 111111 | 110010 |
Color Harmonies of #4130D0
Complementary color
Monochromatic Colors of #4130D0
Black with #4130D0
Text Example
Text Example
White with #4130D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130D0; }
p { color: rgb(65,48,208); }
H1.HeaderClassName
{
color: #4130D0;
}
.AnyTagClassName
{
color: #4130D0;
}
</style>
background-color css
<style>
a { background-color: #4130D0; }
a { background-color: rgb(65,48,208); }
div.DivClassName
{
background-color: #4130D0;
}
.BgClassName
{
background-color: #4130D0;
}
</style>
border-color css
<style>
span { border-color: #4130D0; }
span { border-color: rgb(65,48,208); }
td.TdClassName
{
border-color: #4130D0;
}
.TagClassName
{
border-color: #4130D0;
}
</style>