Shades of Purple Heart #6730D0
Tints of Purple Heart #6730D0
RGB
CMYK
RGB Variations
Color information
#6730D0 (or 0x6730D0) is known color: Purple Heart. HEX triplet: 67, 30 and D0. RGB value is (103,48,208). Sum of RGB (Red+Green+Blue) = 103+48+208=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 48 (19.14% from 255 or 13.37% from 359); Blue value is 208 (81.64% from 255 or 57.94% from 359); Max value from RGB is 208 - color contains mainly: blue. Hex color #6730D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730D0 is #98CF2F. Grayscale: #525252. Windows color (decimal): -10014512 or 13643879. OLE color: 13643879.
HSL color Cylindrical-coordinate representation of color #6730D0: hue angle of 260.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6730D0 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 48 | 208 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.18 |
| HSL | 260.63º | 0.63% | 0.5% | - |
| HSV(B) | 260.63º | 0.77% | 0.82% | - |
| XYZ | 18.04 | 9.55 | 60.57 | - |
| YUV | 82.69 | 198.72 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 208 | 0.50 | 0.77 | 0 | 0.18 | 260.63 | 0.63 | 0.5 |
| Hex | 67 | 30 | D0 | 32 | 4D | 0 | 12 | 105 | 3F | 32 |
| Octal | 147 | 60 | 320 | 62 | 115 | 0 | 22 | 405 | 77 | 62 |
| Binary | 1100111 | 110000 | 11010000 | 110010 | 1001101 | 0 | 10010 | 100000101 | 111111 | 110010 |
Color Harmonies of #6730D0
Complementary color
Monochromatic Colors of #6730D0
Black with #6730D0
Text Example
Text Example
White with #6730D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730D0; }
p { color: rgb(103,48,208); }
H1.HeaderClassName
{
color: #6730D0;
}
.AnyTagClassName
{
color: #6730D0;
}
</style>
background-color css
<style>
a { background-color: #6730D0; }
a { background-color: rgb(103,48,208); }
div.DivClassName
{
background-color: #6730D0;
}
.BgClassName
{
background-color: #6730D0;
}
</style>
border-color css
<style>
span { border-color: #6730D0; }
span { border-color: rgb(103,48,208); }
td.TdClassName
{
border-color: #6730D0;
}
.TagClassName
{
border-color: #6730D0;
}
</style>