Shades of Purple Heart #4633CB
Tints of Purple Heart #4633CB
RGB
CMYK
RGB Variations
Color information
#4633CB (or 0x4633CB) is known color: Purple Heart. HEX triplet: 46, 33 and CB. RGB value is (70,51,203). Sum of RGB (Red+Green+Blue) = 70+51+203=324 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.60% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4633CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4633CB is #B9CC34. Grayscale: #494949. Windows color (decimal): -12176437 or 13316934. OLE color: 13316934.
HSL color Cylindrical-coordinate representation of color #4633CB: hue angle of 247.5º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4633CB is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 51 | 203 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.20 |
| HSL | 247.5º | 0.6% | 0.5% | - |
| HSV(B) | 247.5º | 0.75% | 0.8% | - |
| XYZ | 14.49 | 7.98 | 57.28 | - |
| YUV | 74.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 51 | 203 | 0.66 | 0.75 | 0 | 0.20 | 247.5 | 0.6 | 0.5 |
| Hex | 46 | 33 | CB | 42 | 4B | 0 | 14 | F8 | 3C | 32 |
| Octal | 106 | 63 | 313 | 102 | 113 | 0 | 24 | 370 | 74 | 62 |
| Binary | 1000110 | 110011 | 11001011 | 1000010 | 1001011 | 0 | 10100 | 11111000 | 111100 | 110010 |
Color Harmonies of #4633CB
Complementary color
Monochromatic Colors of #4633CB
Black with #4633CB
Text Example
Text Example
White with #4633CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4633CB; }
p { color: rgb(70,51,203); }
H1.HeaderClassName
{
color: #4633CB;
}
.AnyTagClassName
{
color: #4633CB;
}
</style>
background-color css
<style>
a { background-color: #4633CB; }
a { background-color: rgb(70,51,203); }
div.DivClassName
{
background-color: #4633CB;
}
.BgClassName
{
background-color: #4633CB;
}
</style>
border-color css
<style>
span { border-color: #4633CB; }
span { border-color: rgb(70,51,203); }
td.TdClassName
{
border-color: #4633CB;
}
.TagClassName
{
border-color: #4633CB;
}
</style>