Shades of Purple Heart #671DCB
Tints of Purple Heart #671DCB
RGB
CMYK
RGB Variations
Color information
#671DCB (or 0x671DCB) is known color: Purple Heart. HEX triplet: 67, 1D and CB. RGB value is (103,29,203). Sum of RGB (Red+Green+Blue) = 103+29+203=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #671DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671DCB is #98E234. Grayscale: #464646. Windows color (decimal): -10019381 or 13311335. OLE color: 13311335.
HSL color Cylindrical-coordinate representation of color #671DCB: hue angle of 265.52º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671DCB is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 29 | 203 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.20 |
| HSL | 265.52º | 0.75% | 0.45% | - |
| HSV(B) | 265.52º | 0.86% | 0.8% | - |
| XYZ | 16.81 | 8.07 | 57.17 | - |
| YUV | 70.96 | 202.52 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 29 | 203 | 0.49 | 0.86 | 0 | 0.20 | 265.52 | 0.75 | 0.45 |
| Hex | 67 | 1D | CB | 31 | 56 | 0 | 14 | 10A | 4B | 2D |
| Octal | 147 | 35 | 313 | 61 | 126 | 0 | 24 | 412 | 113 | 55 |
| Binary | 1100111 | 11101 | 11001011 | 110001 | 1010110 | 0 | 10100 | 100001010 | 1001011 | 101101 |
Color Harmonies of #671DCB
Complementary color
Monochromatic Colors of #671DCB
Black with #671DCB
Text Example
Text Example
White with #671DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671DCB; }
p { color: rgb(103,29,203); }
H1.HeaderClassName
{
color: #671DCB;
}
.AnyTagClassName
{
color: #671DCB;
}
</style>
background-color css
<style>
a { background-color: #671DCB; }
a { background-color: rgb(103,29,203); }
div.DivClassName
{
background-color: #671DCB;
}
.BgClassName
{
background-color: #671DCB;
}
</style>
border-color css
<style>
span { border-color: #671DCB; }
span { border-color: rgb(103,29,203); }
td.TdClassName
{
border-color: #671DCB;
}
.TagClassName
{
border-color: #671DCB;
}
</style>