Shades of Purple Heart #4130CC
Tints of Purple Heart #4130CC
RGB
CMYK
RGB Variations
Color information
#4130CC (or 0x4130CC) is known color: Purple Heart. HEX triplet: 41, 30 and CC. RGB value is (65,48,204). Sum of RGB (Red+Green+Blue) = 65+48+204=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #4130CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4130CC is #BECF33. Grayscale: #464646. Windows color (decimal): -12504884 or 13381697. OLE color: 13381697.
HSL color Cylindrical-coordinate representation of color #4130CC: hue angle of 246.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4130CC is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 48 | 204 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.2 |
| HSL | 246.54º | 0.62% | 0.49% | - |
| HSV(B) | 246.54º | 0.76% | 0.8% | - |
| XYZ | 14.14 | 7.6 | 57.85 | - |
| YUV | 70.87 | 203.13 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 204 | 0.68 | 0.76 | 0 | 0.2 | 246.54 | 0.62 | 0.49 |
| Hex | 41 | 30 | CC | 44 | 4C | 0 | 14 | F7 | 3E | 31 |
| Octal | 101 | 60 | 314 | 104 | 114 | 0 | 24 | 367 | 76 | 61 |
| Binary | 1000001 | 110000 | 11001100 | 1000100 | 1001100 | 0 | 10100 | 11110111 | 111110 | 110001 |
Color Harmonies of #4130CC
Complementary color
Monochromatic Colors of #4130CC
Black with #4130CC
Text Example
Text Example
White with #4130CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4130CC; }
p { color: rgb(65,48,204); }
H1.HeaderClassName
{
color: #4130CC;
}
.AnyTagClassName
{
color: #4130CC;
}
</style>
background-color css
<style>
a { background-color: #4130CC; }
a { background-color: rgb(65,48,204); }
div.DivClassName
{
background-color: #4130CC;
}
.BgClassName
{
background-color: #4130CC;
}
</style>
border-color css
<style>
span { border-color: #4130CC; }
span { border-color: rgb(65,48,204); }
td.TdClassName
{
border-color: #4130CC;
}
.TagClassName
{
border-color: #4130CC;
}
</style>