Shades of Purple Heart #671ADF
Tints of Purple Heart #671ADF
RGB
CMYK
RGB Variations
Color information
#671ADF (or 0x671ADF) is known color: Purple Heart. HEX triplet: 67, 1A and DF. RGB value is (103,26,223). Sum of RGB (Red+Green+Blue) = 103+26+223=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 26 (10.55% from 255 or 7.39% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #671ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ADF is #98E520. Grayscale: #464646. Windows color (decimal): -10020129 or 14621287. OLE color: 14621287.
HSL color Cylindrical-coordinate representation of color #671ADF: hue angle of 263.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #671ADF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 26 | 223 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.13 |
| HSL | 263.45º | 0.79% | 0.49% | - |
| HSV(B) | 263.45º | 0.88% | 0.87% | - |
| XYZ | 19.28 | 8.95 | 70.52 | - |
| YUV | 71.48 | 213.51 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 223 | 0.54 | 0.88 | 0 | 0.13 | 263.45 | 0.79 | 0.49 |
| Hex | 67 | 1A | DF | 36 | 58 | 0 | D | 107 | 4F | 31 |
| Octal | 147 | 32 | 337 | 66 | 130 | 0 | 15 | 407 | 117 | 61 |
| Binary | 1100111 | 11010 | 11011111 | 110110 | 1011000 | 0 | 1101 | 100000111 | 1001111 | 110001 |
Color Harmonies of #671ADF
Complementary color
Monochromatic Colors of #671ADF
Black with #671ADF
Text Example
Text Example
White with #671ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671ADF; }
p { color: rgb(103,26,223); }
H1.HeaderClassName
{
color: #671ADF;
}
.AnyTagClassName
{
color: #671ADF;
}
</style>
background-color css
<style>
a { background-color: #671ADF; }
a { background-color: rgb(103,26,223); }
div.DivClassName
{
background-color: #671ADF;
}
.BgClassName
{
background-color: #671ADF;
}
</style>
border-color css
<style>
span { border-color: #671ADF; }
span { border-color: rgb(103,26,223); }
td.TdClassName
{
border-color: #671ADF;
}
.TagClassName
{
border-color: #671ADF;
}
</style>