Shades of Purple Heart #6225BC
Tints of Purple Heart #6225BC
RGB
CMYK
RGB Variations
Color information
#6225BC (or 0x6225BC) is known color: Purple Heart. HEX triplet: 62, 25 and BC. RGB value is (98,37,188). Sum of RGB (Red+Green+Blue) = 98+37+188=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6225BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225BC is #9DDA43. Grayscale: #474747. Windows color (decimal): -10345028 or 12330338. OLE color: 12330338.
HSL color Cylindrical-coordinate representation of color #6225BC: hue angle of 264.24º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6225BC is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 98 | 37 | 188 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.26 |
| HSL | 264.24º | 0.67% | 0.44% | - |
| HSV(B) | 264.24º | 0.8% | 0.74% | - |
| XYZ | 14.78 | 7.55 | 48.26 | - |
| YUV | 72.45 | 193.21 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 188 | 0.48 | 0.80 | 0 | 0.26 | 264.24 | 0.67 | 0.44 |
| Hex | 62 | 25 | BC | 30 | 50 | 0 | 1A | 108 | 43 | 2C |
| Octal | 142 | 45 | 274 | 60 | 120 | 0 | 32 | 410 | 103 | 54 |
| Binary | 1100010 | 100101 | 10111100 | 110000 | 1010000 | 0 | 11010 | 100001000 | 1000011 | 101100 |
Color Harmonies of #6225BC
Complementary color
Monochromatic Colors of #6225BC
Black with #6225BC
Text Example
Text Example
White with #6225BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6225BC; }
p { color: rgb(98,37,188); }
H1.HeaderClassName
{
color: #6225BC;
}
.AnyTagClassName
{
color: #6225BC;
}
</style>
background-color css
<style>
a { background-color: #6225BC; }
a { background-color: rgb(98,37,188); }
div.DivClassName
{
background-color: #6225BC;
}
.BgClassName
{
background-color: #6225BC;
}
</style>
border-color css
<style>
span { border-color: #6225BC; }
span { border-color: rgb(98,37,188); }
td.TdClassName
{
border-color: #6225BC;
}
.TagClassName
{
border-color: #6225BC;
}
</style>