Shades of Purple Heart #4630CD
Tints of Purple Heart #4630CD
RGB
CMYK
RGB Variations
Color information
#4630CD (or 0x4630CD) is known color: Purple Heart. HEX triplet: 46, 30 and CD. RGB value is (70,48,205). Sum of RGB (Red+Green+Blue) = 70+48+205=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #4630CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4630CD is #B9CF32. Grayscale: #474747. Windows color (decimal): -12177203 or 13447238. OLE color: 13447238.
HSL color Cylindrical-coordinate representation of color #4630CD: hue angle of 248.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4630CD is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 48 | 205 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.20 |
| HSL | 248.41º | 0.62% | 0.5% | - |
| HSV(B) | 248.41º | 0.77% | 0.8% | - |
| XYZ | 14.6 | 7.82 | 58.5 | - |
| YUV | 72.48 | 202.79 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 48 | 205 | 0.66 | 0.77 | 0 | 0.20 | 248.41 | 0.62 | 0.5 |
| Hex | 46 | 30 | CD | 42 | 4D | 0 | 14 | F8 | 3E | 32 |
| Octal | 106 | 60 | 315 | 102 | 115 | 0 | 24 | 370 | 76 | 62 |
| Binary | 1000110 | 110000 | 11001101 | 1000010 | 1001101 | 0 | 10100 | 11111000 | 111110 | 110010 |
Color Harmonies of #4630CD
Complementary color
Monochromatic Colors of #4630CD
Black with #4630CD
Text Example
Text Example
White with #4630CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4630CD; }
p { color: rgb(70,48,205); }
H1.HeaderClassName
{
color: #4630CD;
}
.AnyTagClassName
{
color: #4630CD;
}
</style>
background-color css
<style>
a { background-color: #4630CD; }
a { background-color: rgb(70,48,205); }
div.DivClassName
{
background-color: #4630CD;
}
.BgClassName
{
background-color: #4630CD;
}
</style>
border-color css
<style>
span { border-color: #4630CD; }
span { border-color: rgb(70,48,205); }
td.TdClassName
{
border-color: #4630CD;
}
.TagClassName
{
border-color: #4630CD;
}
</style>