Shades of Purple Heart #6225DB
Tints of Purple Heart #6225DB
RGB
CMYK
RGB Variations
Color information
#6225DB (or 0x6225DB) is known color: Purple Heart. HEX triplet: 62, 25 and DB. RGB value is (98,37,219). Sum of RGB (Red+Green+Blue) = 98+37+219=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 219 (85.94% from 255 or 61.86% from 354); Max value from RGB is 219 - color contains mainly: blue. Hex color #6225DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225DB is #9DDA24. Grayscale: #4B4B4B. Windows color (decimal): -10344997 or 14361954. OLE color: 14361954.
HSL color Cylindrical-coordinate representation of color #6225DB: hue angle of 260.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6225DB is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 37 | 219 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.14 |
| HSL | 260.11º | 0.72% | 0.5% | - |
| HSV(B) | 260.11º | 0.83% | 0.86% | - |
| XYZ | 18.48 | 9.03 | 67.79 | - |
| YUV | 75.99 | 208.71 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 219 | 0.55 | 0.83 | 0 | 0.14 | 260.11 | 0.72 | 0.5 |
| Hex | 62 | 25 | DB | 37 | 53 | 0 | E | 104 | 48 | 32 |
| Octal | 142 | 45 | 333 | 67 | 123 | 0 | 16 | 404 | 110 | 62 |
| Binary | 1100010 | 100101 | 11011011 | 110111 | 1010011 | 0 | 1110 | 100000100 | 1001000 | 110010 |
Color Harmonies of #6225DB
Complementary color
Monochromatic Colors of #6225DB
Black with #6225DB
Text Example
Text Example
White with #6225DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6225DB; }
p { color: rgb(98,37,219); }
H1.HeaderClassName
{
color: #6225DB;
}
.AnyTagClassName
{
color: #6225DB;
}
</style>
background-color css
<style>
a { background-color: #6225DB; }
a { background-color: rgb(98,37,219); }
div.DivClassName
{
background-color: #6225DB;
}
.BgClassName
{
background-color: #6225DB;
}
</style>
border-color css
<style>
span { border-color: #6225DB; }
span { border-color: rgb(98,37,219); }
td.TdClassName
{
border-color: #6225DB;
}
.TagClassName
{
border-color: #6225DB;
}
</style>