Shades of Purple Heart #671FC4
Tints of Purple Heart #671FC4
RGB
CMYK
RGB Variations
Color information
#671FC4 (or 0x671FC4) is known color: Purple Heart. HEX triplet: 67, 1F and C4. RGB value is (103,31,196). Sum of RGB (Red+Green+Blue) = 103+31+196=330 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.21% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #671FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FC4 is #98E03B. Grayscale: #464646. Windows color (decimal): -10018876 or 12853095. OLE color: 12853095.
HSL color Cylindrical-coordinate representation of color #671FC4: hue angle of 266.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671FC4 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 31 | 196 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.23 |
| HSL | 266.18º | 0.73% | 0.45% | - |
| HSV(B) | 266.18º | 0.84% | 0.77% | - |
| XYZ | 16.05 | 7.85 | 52.89 | - |
| YUV | 71.34 | 198.35 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 196 | 0.47 | 0.84 | 0 | 0.23 | 266.18 | 0.73 | 0.45 |
| Hex | 67 | 1F | C4 | 2F | 54 | 0 | 17 | 10A | 49 | 2D |
| Octal | 147 | 37 | 304 | 57 | 124 | 0 | 27 | 412 | 111 | 55 |
| Binary | 1100111 | 11111 | 11000100 | 101111 | 1010100 | 0 | 10111 | 100001010 | 1001001 | 101101 |
Color Harmonies of #671FC4
Complementary color
Monochromatic Colors of #671FC4
Black with #671FC4
Text Example
Text Example
White with #671FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FC4; }
p { color: rgb(103,31,196); }
H1.HeaderClassName
{
color: #671FC4;
}
.AnyTagClassName
{
color: #671FC4;
}
</style>
background-color css
<style>
a { background-color: #671FC4; }
a { background-color: rgb(103,31,196); }
div.DivClassName
{
background-color: #671FC4;
}
.BgClassName
{
background-color: #671FC4;
}
</style>
border-color css
<style>
span { border-color: #671FC4; }
span { border-color: rgb(103,31,196); }
td.TdClassName
{
border-color: #671FC4;
}
.TagClassName
{
border-color: #671FC4;
}
</style>