Shades of Purple Heart #670AD5
Tints of Purple Heart #670AD5
RGB
CMYK
RGB Variations
Color information
#670AD5 (or 0x670AD5) is known color: Purple Heart. HEX triplet: 67, 0A and D5. RGB value is (103,10,213). Sum of RGB (Red+Green+Blue) = 103+10+213=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #670AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670AD5 is #98F52A. Grayscale: #3C3C3C. Windows color (decimal): -10024235 or 13961831. OLE color: 13961831.
HSL color Cylindrical-coordinate representation of color #670AD5: hue angle of 267.49º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670AD5 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 10 | 213 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.16 |
| HSL | 267.49º | 0.91% | 0.44% | - |
| HSV(B) | 267.49º | 0.95% | 0.84% | - |
| XYZ | 17.71 | 7.9 | 63.54 | - |
| YUV | 60.95 | 213.81 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 10 | 213 | 0.52 | 0.95 | 0 | 0.16 | 267.49 | 0.91 | 0.44 |
| Hex | 67 | A | D5 | 34 | 5F | 0 | 10 | 10B | 5B | 2C |
| Octal | 147 | 12 | 325 | 64 | 137 | 0 | 20 | 413 | 133 | 54 |
| Binary | 1100111 | 1010 | 11010101 | 110100 | 1011111 | 0 | 10000 | 100001011 | 1011011 | 101100 |
Color Harmonies of #670AD5
Complementary color
Monochromatic Colors of #670AD5
Black with #670AD5
Text Example
Text Example
White with #670AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670AD5; }
p { color: rgb(103,10,213); }
H1.HeaderClassName
{
color: #670AD5;
}
.AnyTagClassName
{
color: #670AD5;
}
</style>
background-color css
<style>
a { background-color: #670AD5; }
a { background-color: rgb(103,10,213); }
div.DivClassName
{
background-color: #670AD5;
}
.BgClassName
{
background-color: #670AD5;
}
</style>
border-color css
<style>
span { border-color: #670AD5; }
span { border-color: rgb(103,10,213); }
td.TdClassName
{
border-color: #670AD5;
}
.TagClassName
{
border-color: #670AD5;
}
</style>