Shades of Purple Heart #461FB3
Tints of Purple Heart #461FB3
RGB
CMYK
RGB Variations
Color information
#461FB3 (or 0x461FB3) is known color: Purple Heart. HEX triplet: 46, 1F and B3. RGB value is (70,31,179). Sum of RGB (Red+Green+Blue) = 70+31+179=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 179 (70.31% from 255 or 63.93% from 280); Max value from RGB is 179 - color contains mainly: blue. Hex color #461FB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FB3 is #B9E04C. Grayscale: #3A3A3A. Windows color (decimal): -12181581 or 11738950. OLE color: 11738950.
HSL color Cylindrical-coordinate representation of color #461FB3: hue angle of 255.81º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461FB3 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 70 | 31 | 179 | - |
| CMYK | 0.61 | 0.83 | 0 | 0.30 |
| HSL | 255.81º | 0.7% | 0.41% | - |
| HSV(B) | 255.81º | 0.83% | 0.7% | - |
| XYZ | 11.15 | 5.54 | 43.13 | - |
| YUV | 59.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 179 | 0.61 | 0.83 | 0 | 0.30 | 255.81 | 0.7 | 0.41 |
| Hex | 46 | 1F | B3 | 3D | 53 | 0 | 1E | 100 | 46 | 29 |
| Octal | 106 | 37 | 263 | 75 | 123 | 0 | 36 | 400 | 106 | 51 |
| Binary | 1000110 | 11111 | 10110011 | 111101 | 1010011 | 0 | 11110 | 100000000 | 1000110 | 101001 |
Color Harmonies of #461FB3
Complementary color
Monochromatic Colors of #461FB3
Black with #461FB3
Text Example
Text Example
White with #461FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461FB3; }
p { color: rgb(70,31,179); }
H1.HeaderClassName
{
color: #461FB3;
}
.AnyTagClassName
{
color: #461FB3;
}
</style>
background-color css
<style>
a { background-color: #461FB3; }
a { background-color: rgb(70,31,179); }
div.DivClassName
{
background-color: #461FB3;
}
.BgClassName
{
background-color: #461FB3;
}
</style>
border-color css
<style>
span { border-color: #461FB3; }
span { border-color: rgb(70,31,179); }
td.TdClassName
{
border-color: #461FB3;
}
.TagClassName
{
border-color: #461FB3;
}
</style>