Shades of Purple Heart #6730C9
Tints of Purple Heart #6730C9
RGB
CMYK
RGB Variations
Color information
#6730C9 (or 0x6730C9) is known color: Purple Heart. HEX triplet: 67, 30 and C9. RGB value is (103,48,201). Sum of RGB (Red+Green+Blue) = 103+48+201=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 201 (78.91% from 255 or 57.10% from 352); Max value from RGB is 201 - color contains mainly: blue. Hex color #6730C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730C9 is #98CF36. Grayscale: #515151. Windows color (decimal): -10014519 or 13185127. OLE color: 13185127.
HSL color Cylindrical-coordinate representation of color #6730C9: hue angle of 261.57º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6730C9 is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 48 | 201 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.21 |
| HSL | 261.57º | 0.61% | 0.49% | - |
| HSV(B) | 261.57º | 0.76% | 0.79% | - |
| XYZ | 17.19 | 9.21 | 56.13 | - |
| YUV | 81.89 | 195.22 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 201 | 0.49 | 0.76 | 0 | 0.21 | 261.57 | 0.61 | 0.49 |
| Hex | 67 | 30 | C9 | 31 | 4C | 0 | 15 | 106 | 3D | 31 |
| Octal | 147 | 60 | 311 | 61 | 114 | 0 | 25 | 406 | 75 | 61 |
| Binary | 1100111 | 110000 | 11001001 | 110001 | 1001100 | 0 | 10101 | 100000110 | 111101 | 110001 |
Color Harmonies of #6730C9
Complementary color
Monochromatic Colors of #6730C9
Black with #6730C9
Text Example
Text Example
White with #6730C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730C9; }
p { color: rgb(103,48,201); }
H1.HeaderClassName
{
color: #6730C9;
}
.AnyTagClassName
{
color: #6730C9;
}
</style>
background-color css
<style>
a { background-color: #6730C9; }
a { background-color: rgb(103,48,201); }
div.DivClassName
{
background-color: #6730C9;
}
.BgClassName
{
background-color: #6730C9;
}
</style>
border-color css
<style>
span { border-color: #6730C9; }
span { border-color: rgb(103,48,201); }
td.TdClassName
{
border-color: #6730C9;
}
.TagClassName
{
border-color: #6730C9;
}
</style>