Shades of Purple Heart #6332BF
Tints of Purple Heart #6332BF
RGB
CMYK
RGB Variations
Color information
#6332BF (or 0x6332BF) is known color: Purple Heart. HEX triplet: 63, 32 and BF. RGB value is (99,50,191). Sum of RGB (Red+Green+Blue) = 99+50+191=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 191 (75% from 255 or 56.18% from 340); Max value from RGB is 191 - color contains mainly: blue. Hex color #6332BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332BF is #9CCD40. Grayscale: #505050. Windows color (decimal): -10276161 or 12530275. OLE color: 12530275.
HSL color Cylindrical-coordinate representation of color #6332BF: hue angle of 260.85º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6332BF is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 50 | 191 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.25 |
| HSL | 260.85º | 0.59% | 0.47% | - |
| HSV(B) | 260.85º | 0.74% | 0.75% | - |
| XYZ | 15.69 | 8.7 | 50.14 | - |
| YUV | 80.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 191 | 0.48 | 0.74 | 0 | 0.25 | 260.85 | 0.59 | 0.47 |
| Hex | 63 | 32 | BF | 30 | 4A | 0 | 19 | 105 | 3B | 2F |
| Octal | 143 | 62 | 277 | 60 | 112 | 0 | 31 | 405 | 73 | 57 |
| Binary | 1100011 | 110010 | 10111111 | 110000 | 1001010 | 0 | 11001 | 100000101 | 111011 | 101111 |
Color Harmonies of #6332BF
Complementary color
Monochromatic Colors of #6332BF
Black with #6332BF
Text Example
Text Example
White with #6332BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6332BF; }
p { color: rgb(99,50,191); }
H1.HeaderClassName
{
color: #6332BF;
}
.AnyTagClassName
{
color: #6332BF;
}
</style>
background-color css
<style>
a { background-color: #6332BF; }
a { background-color: rgb(99,50,191); }
div.DivClassName
{
background-color: #6332BF;
}
.BgClassName
{
background-color: #6332BF;
}
</style>
border-color css
<style>
span { border-color: #6332BF; }
span { border-color: rgb(99,50,191); }
td.TdClassName
{
border-color: #6332BF;
}
.TagClassName
{
border-color: #6332BF;
}
</style>