Shades of Purple Heart #671ACE
Tints of Purple Heart #671ACE
RGB
CMYK
RGB Variations
Color information
#671ACE (or 0x671ACE) is known color: Purple Heart. HEX triplet: 67, 1A and CE. RGB value is (103,26,206). Sum of RGB (Red+Green+Blue) = 103+26+206=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #671ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671ACE is #98E531. Grayscale: #444444. Windows color (decimal): -10020146 or 13507175. OLE color: 13507175.
HSL color Cylindrical-coordinate representation of color #671ACE: hue angle of 265.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #671ACE is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 26 | 206 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.19 |
| HSL | 265.67º | 0.78% | 0.45% | - |
| HSV(B) | 265.67º | 0.87% | 0.81% | - |
| XYZ | 17.1 | 8.08 | 59.05 | - |
| YUV | 69.54 | 205.01 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 206 | 0.50 | 0.87 | 0 | 0.19 | 265.67 | 0.78 | 0.45 |
| Hex | 67 | 1A | CE | 32 | 57 | 0 | 13 | 10A | 4E | 2D |
| Octal | 147 | 32 | 316 | 62 | 127 | 0 | 23 | 412 | 116 | 55 |
| Binary | 1100111 | 11010 | 11001110 | 110010 | 1010111 | 0 | 10011 | 100001010 | 1001110 | 101101 |
Color Harmonies of #671ACE
Complementary color
Monochromatic Colors of #671ACE
Black with #671ACE
Text Example
Text Example
White with #671ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671ACE; }
p { color: rgb(103,26,206); }
H1.HeaderClassName
{
color: #671ACE;
}
.AnyTagClassName
{
color: #671ACE;
}
</style>
background-color css
<style>
a { background-color: #671ACE; }
a { background-color: rgb(103,26,206); }
div.DivClassName
{
background-color: #671ACE;
}
.BgClassName
{
background-color: #671ACE;
}
</style>
border-color css
<style>
span { border-color: #671ACE; }
span { border-color: rgb(103,26,206); }
td.TdClassName
{
border-color: #671ACE;
}
.TagClassName
{
border-color: #671ACE;
}
</style>