Shades of Purple Heart #672BD2
Tints of Purple Heart #672BD2
RGB
CMYK
RGB Variations
Color information
#672BD2 (or 0x672BD2) is known color: Purple Heart. HEX triplet: 67, 2B and D2. RGB value is (103,43,210). Sum of RGB (Red+Green+Blue) = 103+43+210=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 210 (82.42% from 255 or 58.99% from 356); Max value from RGB is 210 - color contains mainly: blue. Hex color #672BD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672BD2 is #98D42D. Grayscale: #4F4F4F. Windows color (decimal): -10015790 or 13773671. OLE color: 13773671.
HSL color Cylindrical-coordinate representation of color #672BD2: hue angle of 261.56º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672BD2 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 43 | 210 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.18 |
| HSL | 261.56º | 0.66% | 0.5% | - |
| HSV(B) | 261.56º | 0.8% | 0.82% | - |
| XYZ | 18.09 | 9.26 | 61.81 | - |
| YUV | 79.98 | 201.38 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 210 | 0.51 | 0.80 | 0 | 0.18 | 261.56 | 0.66 | 0.5 |
| Hex | 67 | 2B | D2 | 33 | 50 | 0 | 12 | 106 | 42 | 32 |
| Octal | 147 | 53 | 322 | 63 | 120 | 0 | 22 | 406 | 102 | 62 |
| Binary | 1100111 | 101011 | 11010010 | 110011 | 1010000 | 0 | 10010 | 100000110 | 1000010 | 110010 |
Color Harmonies of #672BD2
Complementary color
Monochromatic Colors of #672BD2
Black with #672BD2
Text Example
Text Example
White with #672BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672BD2; }
p { color: rgb(103,43,210); }
H1.HeaderClassName
{
color: #672BD2;
}
.AnyTagClassName
{
color: #672BD2;
}
</style>
background-color css
<style>
a { background-color: #672BD2; }
a { background-color: rgb(103,43,210); }
div.DivClassName
{
background-color: #672BD2;
}
.BgClassName
{
background-color: #672BD2;
}
</style>
border-color css
<style>
span { border-color: #672BD2; }
span { border-color: rgb(103,43,210); }
td.TdClassName
{
border-color: #672BD2;
}
.TagClassName
{
border-color: #672BD2;
}
</style>