Shades of Purple Heart #6325BC
Tints of Purple Heart #6325BC
RGB
CMYK
RGB Variations
Color information
#6325BC (or 0x6325BC) is known color: Purple Heart. HEX triplet: 63, 25 and BC. RGB value is (99,37,188). Sum of RGB (Red+Green+Blue) = 99+37+188=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 188 (73.83% from 255 or 58.02% from 324); Max value from RGB is 188 - color contains mainly: blue. Hex color #6325BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325BC is #9CDA43. Grayscale: #484848. Windows color (decimal): -10279492 or 12330339. OLE color: 12330339.
HSL color Cylindrical-coordinate representation of color #6325BC: hue angle of 264.64º 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 #6325BC is Cyan = 0.47, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 37 | 188 | - |
| CMYK | 0.47 | 0.80 | 0 | 0.26 |
| HSL | 264.64º | 0.67% | 0.44% | - |
| HSV(B) | 264.64º | 0.8% | 0.74% | - |
| XYZ | 14.88 | 7.61 | 48.26 | - |
| YUV | 72.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 188 | 0.47 | 0.80 | 0 | 0.26 | 264.64 | 0.67 | 0.44 |
| Hex | 63 | 25 | BC | 2F | 50 | 0 | 1A | 109 | 43 | 2C |
| Octal | 143 | 45 | 274 | 57 | 120 | 0 | 32 | 411 | 103 | 54 |
| Binary | 1100011 | 100101 | 10111100 | 101111 | 1010000 | 0 | 11010 | 100001001 | 1000011 | 101100 |
Color Harmonies of #6325BC
Complementary color
Monochromatic Colors of #6325BC
Black with #6325BC
Text Example
Text Example
White with #6325BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325BC; }
p { color: rgb(99,37,188); }
H1.HeaderClassName
{
color: #6325BC;
}
.AnyTagClassName
{
color: #6325BC;
}
</style>
background-color css
<style>
a { background-color: #6325BC; }
a { background-color: rgb(99,37,188); }
div.DivClassName
{
background-color: #6325BC;
}
.BgClassName
{
background-color: #6325BC;
}
</style>
border-color css
<style>
span { border-color: #6325BC; }
span { border-color: rgb(99,37,188); }
td.TdClassName
{
border-color: #6325BC;
}
.TagClassName
{
border-color: #6325BC;
}
</style>