Shades of Purple Heart #6230DB
Tints of Purple Heart #6230DB
RGB
CMYK
RGB Variations
Color information
#6230DB (or 0x6230DB) is known color: Purple Heart. HEX triplet: 62, 30 and DB. RGB value is (98,48,219). Sum of RGB (Red+Green+Blue) = 98+48+219=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 48 (19.14% from 255 or 13.15% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #6230DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6230DB is #9DCF24. Grayscale: #515151. Windows color (decimal): -10342181 or 14364770. OLE color: 14364770.
HSL color Cylindrical-coordinate representation of color #6230DB: hue angle of 257.54º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6230DB is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 48 | 219 | - |
| CMYK | 0.55 | 0.78 | 0 | 0.14 |
| HSL | 257.54º | 0.7% | 0.52% | - |
| HSV(B) | 257.54º | 0.78% | 0.86% | - |
| XYZ | 18.88 | 9.83 | 67.92 | - |
| YUV | 82.44 | 205.07 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 48 | 219 | 0.55 | 0.78 | 0 | 0.14 | 257.54 | 0.7 | 0.52 |
| Hex | 62 | 30 | DB | 37 | 4E | 0 | E | 102 | 46 | 34 |
| Octal | 142 | 60 | 333 | 67 | 116 | 0 | 16 | 402 | 106 | 64 |
| Binary | 1100010 | 110000 | 11011011 | 110111 | 1001110 | 0 | 1110 | 100000010 | 1000110 | 110100 |
Color Harmonies of #6230DB
Complementary color
Monochromatic Colors of #6230DB
Black with #6230DB
Text Example
Text Example
White with #6230DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6230DB; }
p { color: rgb(98,48,219); }
H1.HeaderClassName
{
color: #6230DB;
}
.AnyTagClassName
{
color: #6230DB;
}
</style>
background-color css
<style>
a { background-color: #6230DB; }
a { background-color: rgb(98,48,219); }
div.DivClassName
{
background-color: #6230DB;
}
.BgClassName
{
background-color: #6230DB;
}
</style>
border-color css
<style>
span { border-color: #6230DB; }
span { border-color: rgb(98,48,219); }
td.TdClassName
{
border-color: #6230DB;
}
.TagClassName
{
border-color: #6230DB;
}
</style>