Shades of Purple Heart #6225CC
Tints of Purple Heart #6225CC
RGB
CMYK
RGB Variations
Color information
#6225CC (or 0x6225CC) is known color: Purple Heart. HEX triplet: 62, 25 and CC. RGB value is (98,37,204). Sum of RGB (Red+Green+Blue) = 98+37+204=339 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.91% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #6225CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6225CC is #9DDA33. Grayscale: #494949. Windows color (decimal): -10345012 or 13378914. OLE color: 13378914.
HSL color Cylindrical-coordinate representation of color #6225CC: hue angle of 261.92º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6225CC is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 37 | 204 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.2 |
| HSL | 261.92º | 0.69% | 0.47% | - |
| HSV(B) | 261.92º | 0.82% | 0.8% | - |
| XYZ | 16.6 | 8.28 | 57.85 | - |
| YUV | 74.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 204 | 0.52 | 0.82 | 0 | 0.2 | 261.92 | 0.69 | 0.47 |
| Hex | 62 | 25 | CC | 34 | 52 | 0 | 14 | 106 | 45 | 2F |
| Octal | 142 | 45 | 314 | 64 | 122 | 0 | 24 | 406 | 105 | 57 |
| Binary | 1100010 | 100101 | 11001100 | 110100 | 1010010 | 0 | 10100 | 100000110 | 1000101 | 101111 |
Color Harmonies of #6225CC
Complementary color
Monochromatic Colors of #6225CC
Black with #6225CC
Text Example
Text Example
White with #6225CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6225CC; }
p { color: rgb(98,37,204); }
H1.HeaderClassName
{
color: #6225CC;
}
.AnyTagClassName
{
color: #6225CC;
}
</style>
background-color css
<style>
a { background-color: #6225CC; }
a { background-color: rgb(98,37,204); }
div.DivClassName
{
background-color: #6225CC;
}
.BgClassName
{
background-color: #6225CC;
}
</style>
border-color css
<style>
span { border-color: #6225CC; }
span { border-color: rgb(98,37,204); }
td.TdClassName
{
border-color: #6225CC;
}
.TagClassName
{
border-color: #6225CC;
}
</style>