Shades of Purple Heart #671BBE
Tints of Purple Heart #671BBE
RGB
CMYK
RGB Variations
Color information
#671BBE (or 0x671BBE) is known color: Purple Heart. HEX triplet: 67, 1B and BE. RGB value is (103,27,190). Sum of RGB (Red+Green+Blue) = 103+27+190=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #671BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671BBE is #98E441. Grayscale: #434343. Windows color (decimal): -10019906 or 12458855. OLE color: 12458855.
HSL color Cylindrical-coordinate representation of color #671BBE: hue angle of 267.98º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #671BBE is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 27 | 190 | - |
| CMYK | 0.46 | 0.86 | 0 | 0.25 |
| HSL | 267.98º | 0.75% | 0.43% | - |
| HSV(B) | 267.98º | 0.86% | 0.75% | - |
| XYZ | 15.28 | 7.39 | 49.34 | - |
| YUV | 68.31 | 196.68 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 27 | 190 | 0.46 | 0.86 | 0 | 0.25 | 267.98 | 0.75 | 0.43 |
| Hex | 67 | 1B | BE | 2E | 56 | 0 | 19 | 10C | 4B | 2B |
| Octal | 147 | 33 | 276 | 56 | 126 | 0 | 31 | 414 | 113 | 53 |
| Binary | 1100111 | 11011 | 10111110 | 101110 | 1010110 | 0 | 11001 | 100001100 | 1001011 | 101011 |
Color Harmonies of #671BBE
Complementary color
Monochromatic Colors of #671BBE
Black with #671BBE
Text Example
Text Example
White with #671BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671BBE; }
p { color: rgb(103,27,190); }
H1.HeaderClassName
{
color: #671BBE;
}
.AnyTagClassName
{
color: #671BBE;
}
</style>
background-color css
<style>
a { background-color: #671BBE; }
a { background-color: rgb(103,27,190); }
div.DivClassName
{
background-color: #671BBE;
}
.BgClassName
{
background-color: #671BBE;
}
</style>
border-color css
<style>
span { border-color: #671BBE; }
span { border-color: rgb(103,27,190); }
td.TdClassName
{
border-color: #671BBE;
}
.TagClassName
{
border-color: #671BBE;
}
</style>