Shades of Purple Heart #4623B4
Tints of Purple Heart #4623B4
RGB
CMYK
RGB Variations
Color information
#4623B4 (or 0x4623B4) is known color: Purple Heart. HEX triplet: 46, 23 and B4. RGB value is (70,35,180). Sum of RGB (Red+Green+Blue) = 70+35+180=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 180 (70.70% from 255 or 63.16% from 285); Max value from RGB is 180 - color contains mainly: blue. Hex color #4623B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4623B4 is #B9DC4B. Grayscale: #3D3D3D. Windows color (decimal): -12180556 or 11805510. OLE color: 11805510.
HSL color Cylindrical-coordinate representation of color #4623B4: hue angle of 254.48º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4623B4 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 70 | 35 | 180 | - |
| CMYK | 0.61 | 0.81 | 0 | 0.29 |
| HSL | 254.48º | 0.67% | 0.42% | - |
| HSV(B) | 254.48º | 0.81% | 0.71% | - |
| XYZ | 11.37 | 5.8 | 43.7 | - |
| YUV | 62 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 35 | 180 | 0.61 | 0.81 | 0 | 0.29 | 254.48 | 0.67 | 0.42 |
| Hex | 46 | 23 | B4 | 3D | 51 | 0 | 1D | FE | 43 | 2A |
| Octal | 106 | 43 | 264 | 75 | 121 | 0 | 35 | 376 | 103 | 52 |
| Binary | 1000110 | 100011 | 10110100 | 111101 | 1010001 | 0 | 11101 | 11111110 | 1000011 | 101010 |
Color Harmonies of #4623B4
Complementary color
Monochromatic Colors of #4623B4
Black with #4623B4
Text Example
Text Example
White with #4623B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4623B4; }
p { color: rgb(70,35,180); }
H1.HeaderClassName
{
color: #4623B4;
}
.AnyTagClassName
{
color: #4623B4;
}
</style>
background-color css
<style>
a { background-color: #4623B4; }
a { background-color: rgb(70,35,180); }
div.DivClassName
{
background-color: #4623B4;
}
.BgClassName
{
background-color: #4623B4;
}
</style>
border-color css
<style>
span { border-color: #4623B4; }
span { border-color: rgb(70,35,180); }
td.TdClassName
{
border-color: #4623B4;
}
.TagClassName
{
border-color: #4623B4;
}
</style>