Shades of Purple Heart #4635CC
Tints of Purple Heart #4635CC
RGB
CMYK
RGB Variations
Color information
#4635CC (or 0x4635CC) is known color: Purple Heart. HEX triplet: 46, 35 and CC. RGB value is (70,53,204). Sum of RGB (Red+Green+Blue) = 70+53+204=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 204 (80.08% from 255 or 62.39% from 327); Max value from RGB is 204 - color contains mainly: blue. Hex color #4635CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4635CC is #B9CA33. Grayscale: #4A4A4A. Windows color (decimal): -12175924 or 13382982. OLE color: 13382982.
HSL color Cylindrical-coordinate representation of color #4635CC: hue angle of 246.75º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4635CC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 70 | 53 | 204 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.2 |
| HSL | 246.76º | 0.6% | 0.5% | - |
| HSV(B) | 246.76º | 0.74% | 0.8% | - |
| XYZ | 14.7 | 8.21 | 57.94 | - |
| YUV | 75.3 | 200.63 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 53 | 204 | 0.66 | 0.74 | 0 | 0.2 | 246.76 | 0.6 | 0.5 |
| Hex | 46 | 35 | CC | 42 | 4A | 0 | 14 | F7 | 3C | 32 |
| Octal | 106 | 65 | 314 | 102 | 112 | 0 | 24 | 367 | 74 | 62 |
| Binary | 1000110 | 110101 | 11001100 | 1000010 | 1001010 | 0 | 10100 | 11110111 | 111100 | 110010 |
Color Harmonies of #4635CC
Complementary color
Monochromatic Colors of #4635CC
Black with #4635CC
Text Example
Text Example
White with #4635CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4635CC; }
p { color: rgb(70,53,204); }
H1.HeaderClassName
{
color: #4635CC;
}
.AnyTagClassName
{
color: #4635CC;
}
</style>
background-color css
<style>
a { background-color: #4635CC; }
a { background-color: rgb(70,53,204); }
div.DivClassName
{
background-color: #4635CC;
}
.BgClassName
{
background-color: #4635CC;
}
</style>
border-color css
<style>
span { border-color: #4635CC; }
span { border-color: rgb(70,53,204); }
td.TdClassName
{
border-color: #4635CC;
}
.TagClassName
{
border-color: #4635CC;
}
</style>