Shades of Purple Heart #350FC1
Tints of Purple Heart #350FC1
RGB
CMYK
RGB Variations
Color information
#350FC1 (or 0x350FC1) is known color: Purple Heart. HEX triplet: 35, 0F and C1. RGB value is (53,15,193). Sum of RGB (Red+Green+Blue) = 53+15+193=261 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.31% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 193 (75.78% from 255 or 73.95% from 261); Max value from RGB is 193 - color contains mainly: blue. Hex color #350FC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350FC1 is #CAF03E. Grayscale: #2D2D2D. Windows color (decimal): -13299775 or 12652341. OLE color: 12652341.
HSL color Cylindrical-coordinate representation of color #350FC1: hue angle of 252.81º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350FC1 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 15 | 193 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.24 |
| HSL | 252.81º | 0.86% | 0.41% | - |
| HSV(B) | 252.81º | 0.92% | 0.76% | - |
| XYZ | 11.26 | 4.95 | 50.81 | - |
| YUV | 46.65 | 210.59 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 193 | 0.73 | 0.92 | 0 | 0.24 | 252.81 | 0.86 | 0.41 |
| Hex | 35 | F | C1 | 49 | 5C | 0 | 18 | FD | 56 | 29 |
| Octal | 65 | 17 | 301 | 111 | 134 | 0 | 30 | 375 | 126 | 51 |
| Binary | 110101 | 1111 | 11000001 | 1001001 | 1011100 | 0 | 11000 | 11111101 | 1010110 | 101001 |
Color Harmonies of #350FC1
Complementary color
Monochromatic Colors of #350FC1
Black with #350FC1
Text Example
Text Example
White with #350FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FC1; }
p { color: rgb(53,15,193); }
H1.HeaderClassName
{
color: #350FC1;
}
.AnyTagClassName
{
color: #350FC1;
}
</style>
background-color css
<style>
a { background-color: #350FC1; }
a { background-color: rgb(53,15,193); }
div.DivClassName
{
background-color: #350FC1;
}
.BgClassName
{
background-color: #350FC1;
}
</style>
border-color css
<style>
span { border-color: #350FC1; }
span { border-color: rgb(53,15,193); }
td.TdClassName
{
border-color: #350FC1;
}
.TagClassName
{
border-color: #350FC1;
}
</style>