Shades of Purple Heart #410CCB
Tints of Purple Heart #410CCB
RGB
CMYK
RGB Variations
Color information
#410CCB (or 0x410CCB) is known color: Purple Heart. HEX triplet: 41, 0C and CB. RGB value is (65,12,203). Sum of RGB (Red+Green+Blue) = 65+12+203=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #410CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #410CCB is #BEF334. Grayscale: #303030. Windows color (decimal): -12514101 or 13306945. OLE color: 13306945.
HSL color Cylindrical-coordinate representation of color #410CCB: hue angle of 256.65º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #410CCB is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 12 | 203 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.20 |
| HSL | 256.65º | 0.89% | 0.42% | - |
| HSV(B) | 256.65º | 0.94% | 0.8% | - |
| XYZ | 13.09 | 5.7 | 56.91 | - |
| YUV | 49.62 | 214.56 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 12 | 203 | 0.68 | 0.94 | 0 | 0.20 | 256.65 | 0.89 | 0.42 |
| Hex | 41 | C | CB | 44 | 5E | 0 | 14 | 101 | 59 | 2A |
| Octal | 101 | 14 | 313 | 104 | 136 | 0 | 24 | 401 | 131 | 52 |
| Binary | 1000001 | 1100 | 11001011 | 1000100 | 1011110 | 0 | 10100 | 100000001 | 1011001 | 101010 |
Color Harmonies of #410CCB
Complementary color
Monochromatic Colors of #410CCB
Black with #410CCB
Text Example
Text Example
White with #410CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410CCB; }
p { color: rgb(65,12,203); }
H1.HeaderClassName
{
color: #410CCB;
}
.AnyTagClassName
{
color: #410CCB;
}
</style>
background-color css
<style>
a { background-color: #410CCB; }
a { background-color: rgb(65,12,203); }
div.DivClassName
{
background-color: #410CCB;
}
.BgClassName
{
background-color: #410CCB;
}
</style>
border-color css
<style>
span { border-color: #410CCB; }
span { border-color: rgb(65,12,203); }
td.TdClassName
{
border-color: #410CCB;
}
.TagClassName
{
border-color: #410CCB;
}
</style>