Shades of Purple Heart #6332BE
Tints of Purple Heart #6332BE
RGB
CMYK
RGB Variations
Color information
#6332BE (or 0x6332BE) is known color: Purple Heart. HEX triplet: 63, 32 and BE. RGB value is (99,50,190). Sum of RGB (Red+Green+Blue) = 99+50+190=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #6332BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6332BE is #9CCD41. Grayscale: #505050. Windows color (decimal): -10276162 or 12464739. OLE color: 12464739.
HSL color Cylindrical-coordinate representation of color #6332BE: hue angle of 261º degrees, saturation: 0.58, 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 #6332BE is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 50 | 190 | - |
| CMYK | 0.48 | 0.74 | 0 | 0.25 |
| HSL | 261º | 0.58% | 0.47% | - |
| HSV(B) | 261º | 0.74% | 0.75% | - |
| XYZ | 15.58 | 8.65 | 49.56 | - |
| YUV | 80.61 | 189.73 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 190 | 0.48 | 0.74 | 0 | 0.25 | 261 | 0.58 | 0.47 |
| Hex | 63 | 32 | BE | 30 | 4A | 0 | 19 | 105 | 3A | 2F |
| Octal | 143 | 62 | 276 | 60 | 112 | 0 | 31 | 405 | 72 | 57 |
| Binary | 1100011 | 110010 | 10111110 | 110000 | 1001010 | 0 | 11001 | 100000101 | 111010 | 101111 |
Color Harmonies of #6332BE
Complementary color
Monochromatic Colors of #6332BE
Black with #6332BE
Text Example
Text Example
White with #6332BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6332BE; }
p { color: rgb(99,50,190); }
H1.HeaderClassName
{
color: #6332BE;
}
.AnyTagClassName
{
color: #6332BE;
}
</style>
background-color css
<style>
a { background-color: #6332BE; }
a { background-color: rgb(99,50,190); }
div.DivClassName
{
background-color: #6332BE;
}
.BgClassName
{
background-color: #6332BE;
}
</style>
border-color css
<style>
span { border-color: #6332BE; }
span { border-color: rgb(99,50,190); }
td.TdClassName
{
border-color: #6332BE;
}
.TagClassName
{
border-color: #6332BE;
}
</style>