Shades of Purple Heart #4130CF
Tints of Purple Heart #4130CF
RGB
CMYK
RGB Variations
Color information
#4130CF (or 0x4130CF) is known color: Purple Heart. HEX triplet: 41, 30 and CF. RGB value is (65,48,207). Sum of RGB (Red+Green+Blue) = 65+48+207=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #4130CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130CF is #BECF30. Grayscale: #464646. Windows color (decimal): -12504881 or 13578305. OLE color: 13578305.
HSL color Cylindrical-coordinate representation of color #4130CF: hue angle of 246.42º 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 #4130CF is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 48 | 207 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.19 |
| HSL | 246.42º | 0.62% | 0.5% | - |
| HSV(B) | 246.42º | 0.77% | 0.81% | - |
| XYZ | 14.5 | 7.74 | 59.76 | - |
| YUV | 71.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 207 | 0.69 | 0.77 | 0 | 0.19 | 246.42 | 0.62 | 0.5 |
| Hex | 41 | 30 | CF | 45 | 4D | 0 | 13 | F6 | 3E | 32 |
| Octal | 101 | 60 | 317 | 105 | 115 | 0 | 23 | 366 | 76 | 62 |
| Binary | 1000001 | 110000 | 11001111 | 1000101 | 1001101 | 0 | 10011 | 11110110 | 111110 | 110010 |
Color Harmonies of #4130CF
Complementary color
Monochromatic Colors of #4130CF
Black with #4130CF
Text Example
Text Example
White with #4130CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130CF; }
p { color: rgb(65,48,207); }
H1.HeaderClassName
{
color: #4130CF;
}
.AnyTagClassName
{
color: #4130CF;
}
</style>
background-color css
<style>
a { background-color: #4130CF; }
a { background-color: rgb(65,48,207); }
div.DivClassName
{
background-color: #4130CF;
}
.BgClassName
{
background-color: #4130CF;
}
</style>
border-color css
<style>
span { border-color: #4130CF; }
span { border-color: rgb(65,48,207); }
td.TdClassName
{
border-color: #4130CF;
}
.TagClassName
{
border-color: #4130CF;
}
</style>