Shades of Purple Heart #6325CF
Tints of Purple Heart #6325CF
RGB
CMYK
RGB Variations
Color information
#6325CF (or 0x6325CF) is known color: Purple Heart. HEX triplet: 63, 25 and CF. RGB value is (99,37,207). Sum of RGB (Red+Green+Blue) = 99+37+207=343 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.86% from 343); Green value is 37 (14.84% from 255 or 10.79% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #6325CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325CF is #9CDA30. Grayscale: #4A4A4A. Windows color (decimal): -10279473 or 13575523. OLE color: 13575523.
HSL color Cylindrical-coordinate representation of color #6325CF: hue angle of 261.88º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6325CF is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 37 | 207 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.19 |
| HSL | 261.88º | 0.7% | 0.48% | - |
| HSV(B) | 261.88º | 0.82% | 0.81% | - |
| XYZ | 17.07 | 8.48 | 59.77 | - |
| YUV | 74.92 | 202.54 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 207 | 0.52 | 0.82 | 0 | 0.19 | 261.88 | 0.7 | 0.48 |
| Hex | 63 | 25 | CF | 34 | 52 | 0 | 13 | 106 | 46 | 30 |
| Octal | 143 | 45 | 317 | 64 | 122 | 0 | 23 | 406 | 106 | 60 |
| Binary | 1100011 | 100101 | 11001111 | 110100 | 1010010 | 0 | 10011 | 100000110 | 1000110 | 110000 |
Color Harmonies of #6325CF
Complementary color
Monochromatic Colors of #6325CF
Black with #6325CF
Text Example
Text Example
White with #6325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325CF; }
p { color: rgb(99,37,207); }
H1.HeaderClassName
{
color: #6325CF;
}
.AnyTagClassName
{
color: #6325CF;
}
</style>
background-color css
<style>
a { background-color: #6325CF; }
a { background-color: rgb(99,37,207); }
div.DivClassName
{
background-color: #6325CF;
}
.BgClassName
{
background-color: #6325CF;
}
</style>
border-color css
<style>
span { border-color: #6325CF; }
span { border-color: rgb(99,37,207); }
td.TdClassName
{
border-color: #6325CF;
}
.TagClassName
{
border-color: #6325CF;
}
</style>