Shades of Purple Heart #6703B5
Tints of Purple Heart #6703B5
RGB
CMYK
RGB Variations
Color information
#6703B5 (or 0x6703B5) is known color: Purple Heart. HEX triplet: 67, 03 and B5. RGB value is (103,3,181). Sum of RGB (Red+Green+Blue) = 103+3+181=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #6703B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6703B5 is #98FC4A. Grayscale: #343434. Windows color (decimal): -10026059 or 11862887. OLE color: 11862887.
HSL color Cylindrical-coordinate representation of color #6703B5: hue angle of 273.71º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6703B5 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 3 | 181 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.29 |
| HSL | 273.71º | 0.97% | 0.36% | - |
| HSV(B) | 273.71º | 0.98% | 0.71% | - |
| XYZ | 13.97 | 6.28 | 44.19 | - |
| YUV | 53.19 | 200.13 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 3 | 181 | 0.43 | 0.98 | 0 | 0.29 | 273.71 | 0.97 | 0.36 |
| Hex | 67 | 3 | B5 | 2B | 62 | 0 | 1D | 112 | 61 | 24 |
| Octal | 147 | 3 | 265 | 53 | 142 | 0 | 35 | 422 | 141 | 44 |
| Binary | 1100111 | 11 | 10110101 | 101011 | 1100010 | 0 | 11101 | 100010010 | 1100001 | 100100 |
Color Harmonies of #6703B5
Complementary color
Monochromatic Colors of #6703B5
Black with #6703B5
Text Example
Text Example
White with #6703B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6703B5; }
p { color: rgb(103,3,181); }
H1.HeaderClassName
{
color: #6703B5;
}
.AnyTagClassName
{
color: #6703B5;
}
</style>
background-color css
<style>
a { background-color: #6703B5; }
a { background-color: rgb(103,3,181); }
div.DivClassName
{
background-color: #6703B5;
}
.BgClassName
{
background-color: #6703B5;
}
</style>
border-color css
<style>
span { border-color: #6703B5; }
span { border-color: rgb(103,3,181); }
td.TdClassName
{
border-color: #6703B5;
}
.TagClassName
{
border-color: #6703B5;
}
</style>