Shades of Purple Heart #670ACE
Tints of Purple Heart #670ACE
RGB
CMYK
RGB Variations
Color information
#670ACE (or 0x670ACE) is known color: Purple Heart. HEX triplet: 67, 0A and CE. RGB value is (103,10,206). Sum of RGB (Red+Green+Blue) = 103+10+206=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #670ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ACE is #98F531. Grayscale: #3B3B3B. Windows color (decimal): -10024242 or 13503079. OLE color: 13503079.
HSL color Cylindrical-coordinate representation of color #670ACE: hue angle of 268.47º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670ACE is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 10 | 206 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.19 |
| HSL | 268.47º | 0.91% | 0.42% | - |
| HSV(B) | 268.47º | 0.95% | 0.81% | - |
| XYZ | 16.84 | 7.56 | 58.96 | - |
| YUV | 60.15 | 210.31 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 206 | 0.50 | 0.95 | 0 | 0.19 | 268.47 | 0.91 | 0.42 |
| Hex | 67 | A | CE | 32 | 5F | 0 | 13 | 10C | 5B | 2A |
| Octal | 147 | 12 | 316 | 62 | 137 | 0 | 23 | 414 | 133 | 52 |
| Binary | 1100111 | 1010 | 11001110 | 110010 | 1011111 | 0 | 10011 | 100001100 | 1011011 | 101010 |
Color Harmonies of #670ACE
Complementary color
Monochromatic Colors of #670ACE
Black with #670ACE
Text Example
Text Example
White with #670ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670ACE; }
p { color: rgb(103,10,206); }
H1.HeaderClassName
{
color: #670ACE;
}
.AnyTagClassName
{
color: #670ACE;
}
</style>
background-color css
<style>
a { background-color: #670ACE; }
a { background-color: rgb(103,10,206); }
div.DivClassName
{
background-color: #670ACE;
}
.BgClassName
{
background-color: #670ACE;
}
</style>
border-color css
<style>
span { border-color: #670ACE; }
span { border-color: rgb(103,10,206); }
td.TdClassName
{
border-color: #670ACE;
}
.TagClassName
{
border-color: #670ACE;
}
</style>