Shades of Purple Heart #672AC8
Tints of Purple Heart #672AC8
RGB
CMYK
RGB Variations
Color information
#672AC8 (or 0x672AC8) is known color: Purple Heart. HEX triplet: 67, 2A and C8. RGB value is (103,42,200). Sum of RGB (Red+Green+Blue) = 103+42+200=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 200 (78.52% from 255 or 57.97% from 345); Max value from RGB is 200 - color contains mainly: blue. Hex color #672AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672AC8 is #98D537. Grayscale: #4D4D4D. Windows color (decimal): -10016056 or 13118055. OLE color: 13118055.
HSL color Cylindrical-coordinate representation of color #672AC8: hue angle of 263.16º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672AC8 is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 103 | 42 | 200 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.22 |
| HSL | 263.16º | 0.65% | 0.47% | - |
| HSV(B) | 263.16º | 0.79% | 0.78% | - |
| XYZ | 16.85 | 8.71 | 55.44 | - |
| YUV | 78.25 | 196.71 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 200 | 0.48 | 0.79 | 0 | 0.22 | 263.16 | 0.65 | 0.47 |
| Hex | 67 | 2A | C8 | 30 | 4F | 0 | 16 | 107 | 41 | 2F |
| Octal | 147 | 52 | 310 | 60 | 117 | 0 | 26 | 407 | 101 | 57 |
| Binary | 1100111 | 101010 | 11001000 | 110000 | 1001111 | 0 | 10110 | 100000111 | 1000001 | 101111 |
Color Harmonies of #672AC8
Complementary color
Monochromatic Colors of #672AC8
Black with #672AC8
Text Example
Text Example
White with #672AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672AC8; }
p { color: rgb(103,42,200); }
H1.HeaderClassName
{
color: #672AC8;
}
.AnyTagClassName
{
color: #672AC8;
}
</style>
background-color css
<style>
a { background-color: #672AC8; }
a { background-color: rgb(103,42,200); }
div.DivClassName
{
background-color: #672AC8;
}
.BgClassName
{
background-color: #672AC8;
}
</style>
border-color css
<style>
span { border-color: #672AC8; }
span { border-color: rgb(103,42,200); }
td.TdClassName
{
border-color: #672AC8;
}
.TagClassName
{
border-color: #672AC8;
}
</style>