Shades of Purple Heart #672ACB
Tints of Purple Heart #672ACB
RGB
CMYK
RGB Variations
Color information
#672ACB (or 0x672ACB) is known color: Purple Heart. HEX triplet: 67, 2A and CB. RGB value is (103,42,203). Sum of RGB (Red+Green+Blue) = 103+42+203=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 42 (16.80% from 255 or 12.07% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #672ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ACB is #98D534. Grayscale: #4E4E4E. Windows color (decimal): -10016053 or 13314663. OLE color: 13314663.
HSL color Cylindrical-coordinate representation of color #672ACB: hue angle of 262.73º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672ACB is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 42 | 203 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.20 |
| HSL | 262.73º | 0.66% | 0.48% | - |
| HSV(B) | 262.73º | 0.79% | 0.8% | - |
| XYZ | 17.2 | 8.85 | 57.3 | - |
| YUV | 78.59 | 198.21 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 203 | 0.49 | 0.79 | 0 | 0.20 | 262.73 | 0.66 | 0.48 |
| Hex | 67 | 2A | CB | 31 | 4F | 0 | 14 | 107 | 42 | 30 |
| Octal | 147 | 52 | 313 | 61 | 117 | 0 | 24 | 407 | 102 | 60 |
| Binary | 1100111 | 101010 | 11001011 | 110001 | 1001111 | 0 | 10100 | 100000111 | 1000010 | 110000 |
Color Harmonies of #672ACB
Complementary color
Monochromatic Colors of #672ACB
Black with #672ACB
Text Example
Text Example
White with #672ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ACB; }
p { color: rgb(103,42,203); }
H1.HeaderClassName
{
color: #672ACB;
}
.AnyTagClassName
{
color: #672ACB;
}
</style>
background-color css
<style>
a { background-color: #672ACB; }
a { background-color: rgb(103,42,203); }
div.DivClassName
{
background-color: #672ACB;
}
.BgClassName
{
background-color: #672ACB;
}
</style>
border-color css
<style>
span { border-color: #672ACB; }
span { border-color: rgb(103,42,203); }
td.TdClassName
{
border-color: #672ACB;
}
.TagClassName
{
border-color: #672ACB;
}
</style>