Shades of Purple Heart #6D30CF
Tints of Purple Heart #6D30CF
RGB
CMYK
RGB Variations
Color information
#6D30CF (or 0x6D30CF) is known color: Purple Heart. HEX triplet: 6D, 30 and CF. RGB value is (109,48,207). Sum of RGB (Red+Green+Blue) = 109+48+207=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D30CF is #92CF30. Grayscale: #535353. Windows color (decimal): -9621297 or 13578349. OLE color: 13578349.
HSL color Cylindrical-coordinate representation of color #6D30CF: hue angle of 263.02º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D30CF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 48 | 207 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.19 |
| HSL | 263.02º | 0.62% | 0.5% | - |
| HSV(B) | 263.02º | 0.77% | 0.81% | - |
| XYZ | 18.63 | 9.87 | 59.95 | - |
| YUV | 84.37 | 197.21 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 207 | 0.47 | 0.77 | 0 | 0.19 | 263.02 | 0.62 | 0.5 |
| Hex | 6D | 30 | CF | 2F | 4D | 0 | 13 | 107 | 3E | 32 |
| Octal | 155 | 60 | 317 | 57 | 115 | 0 | 23 | 407 | 76 | 62 |
| Binary | 1101101 | 110000 | 11001111 | 101111 | 1001101 | 0 | 10011 | 100000111 | 111110 | 110010 |
Color Harmonies of #6D30CF
Complementary color
Monochromatic Colors of #6D30CF
Black with #6D30CF
Text Example
Text Example
White with #6D30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D30CF; }
p { color: rgb(109,48,207); }
H1.HeaderClassName
{
color: #6D30CF;
}
.AnyTagClassName
{
color: #6D30CF;
}
</style>
background-color css
<style>
a { background-color: #6D30CF; }
a { background-color: rgb(109,48,207); }
div.DivClassName
{
background-color: #6D30CF;
}
.BgClassName
{
background-color: #6D30CF;
}
</style>
border-color css
<style>
span { border-color: #6D30CF; }
span { border-color: rgb(109,48,207); }
td.TdClassName
{
border-color: #6D30CF;
}
.TagClassName
{
border-color: #6D30CF;
}
</style>