Shades of Purple Heart #4508C3
Tints of Purple Heart #4508C3
RGB
CMYK
RGB Variations
Color information
#4508C3 (or 0x4508C3) is known color: Purple Heart. HEX triplet: 45, 08 and C3. RGB value is (69,8,195). Sum of RGB (Red+Green+Blue) = 69+8+195=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 195 (76.56% from 255 or 71.69% from 272); Max value from RGB is 195 - color contains mainly: blue. Hex color #4508C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508C3 is #BAF73C. Grayscale: #2E2E2E. Windows color (decimal): -12252989 or 12781637. OLE color: 12781637.
HSL color Cylindrical-coordinate representation of color #4508C3: hue angle of 259.57º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508C3 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 8 | 195 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.24 |
| HSL | 259.57º | 0.92% | 0.4% | - |
| HSV(B) | 259.57º | 0.96% | 0.76% | - |
| XYZ | 12.39 | 5.38 | 52.01 | - |
| YUV | 47.56 | 211.21 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 195 | 0.65 | 0.96 | 0 | 0.24 | 259.57 | 0.92 | 0.4 |
| Hex | 45 | 8 | C3 | 41 | 60 | 0 | 18 | 104 | 5C | 28 |
| Octal | 105 | 10 | 303 | 101 | 140 | 0 | 30 | 404 | 134 | 50 |
| Binary | 1000101 | 1000 | 11000011 | 1000001 | 1100000 | 0 | 11000 | 100000100 | 1011100 | 101000 |
Color Harmonies of #4508C3
Complementary color
Monochromatic Colors of #4508C3
Black with #4508C3
Text Example
Text Example
White with #4508C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4508C3; }
p { color: rgb(69,8,195); }
H1.HeaderClassName
{
color: #4508C3;
}
.AnyTagClassName
{
color: #4508C3;
}
</style>
background-color css
<style>
a { background-color: #4508C3; }
a { background-color: rgb(69,8,195); }
div.DivClassName
{
background-color: #4508C3;
}
.BgClassName
{
background-color: #4508C3;
}
</style>
border-color css
<style>
span { border-color: #4508C3; }
span { border-color: rgb(69,8,195); }
td.TdClassName
{
border-color: #4508C3;
}
.TagClassName
{
border-color: #4508C3;
}
</style>