Shades of Purple Heart #4130CE
Tints of Purple Heart #4130CE
RGB
CMYK
RGB Variations
Color information
#4130CE (or 0x4130CE) is known color: Purple Heart. HEX triplet: 41, 30 and CE. RGB value is (65,48,206). Sum of RGB (Red+Green+Blue) = 65+48+206=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #4130CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130CE is #BECF31. Grayscale: #464646. Windows color (decimal): -12504882 or 13512769. OLE color: 13512769.
HSL color Cylindrical-coordinate representation of color #4130CE: hue angle of 246.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4130CE is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 48 | 206 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.19 |
| HSL | 246.46º | 0.62% | 0.5% | - |
| HSV(B) | 246.46º | 0.77% | 0.81% | - |
| XYZ | 14.38 | 7.69 | 59.12 | - |
| YUV | 71.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 206 | 0.68 | 0.77 | 0 | 0.19 | 246.46 | 0.62 | 0.5 |
| Hex | 41 | 30 | CE | 44 | 4D | 0 | 13 | F6 | 3E | 32 |
| Octal | 101 | 60 | 316 | 104 | 115 | 0 | 23 | 366 | 76 | 62 |
| Binary | 1000001 | 110000 | 11001110 | 1000100 | 1001101 | 0 | 10011 | 11110110 | 111110 | 110010 |
Color Harmonies of #4130CE
Complementary color
Monochromatic Colors of #4130CE
Black with #4130CE
Text Example
Text Example
White with #4130CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130CE; }
p { color: rgb(65,48,206); }
H1.HeaderClassName
{
color: #4130CE;
}
.AnyTagClassName
{
color: #4130CE;
}
</style>
background-color css
<style>
a { background-color: #4130CE; }
a { background-color: rgb(65,48,206); }
div.DivClassName
{
background-color: #4130CE;
}
.BgClassName
{
background-color: #4130CE;
}
</style>
border-color css
<style>
span { border-color: #4130CE; }
span { border-color: rgb(65,48,206); }
td.TdClassName
{
border-color: #4130CE;
}
.TagClassName
{
border-color: #4130CE;
}
</style>