Shades of Purple Heart #6334B9
Tints of Purple Heart #6334B9
RGB
CMYK
RGB Variations
Color information
#6334B9 (or 0x6334B9) is known color: Purple Heart. HEX triplet: 63, 34 and B9. RGB value is (99,52,185). Sum of RGB (Red+Green+Blue) = 99+52+185=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 52 (20.70% from 255 or 15.48% from 336); Blue value is 185 (72.66% from 255 or 55.06% from 336); Max value from RGB is 185 - color contains mainly: blue. Hex color #6334B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6334B9 is #9CCB46. Grayscale: #505050. Windows color (decimal): -10275655 or 12137571. OLE color: 12137571.
HSL color Cylindrical-coordinate representation of color #6334B9: hue angle of 261.2º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6334B9 is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 52 | 185 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.27 |
| HSL | 261.2º | 0.56% | 0.46% | - |
| HSV(B) | 261.2º | 0.72% | 0.73% | - |
| XYZ | 15.13 | 8.61 | 46.76 | - |
| YUV | 81.22 | 186.57 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 185 | 0.46 | 0.72 | 0 | 0.27 | 261.2 | 0.56 | 0.46 |
| Hex | 63 | 34 | B9 | 2E | 48 | 0 | 1B | 105 | 38 | 2E |
| Octal | 143 | 64 | 271 | 56 | 110 | 0 | 33 | 405 | 70 | 56 |
| Binary | 1100011 | 110100 | 10111001 | 101110 | 1001000 | 0 | 11011 | 100000101 | 111000 | 101110 |
Color Harmonies of #6334B9
Complementary color
Monochromatic Colors of #6334B9
Black with #6334B9
Text Example
Text Example
White with #6334B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6334B9; }
p { color: rgb(99,52,185); }
H1.HeaderClassName
{
color: #6334B9;
}
.AnyTagClassName
{
color: #6334B9;
}
</style>
background-color css
<style>
a { background-color: #6334B9; }
a { background-color: rgb(99,52,185); }
div.DivClassName
{
background-color: #6334B9;
}
.BgClassName
{
background-color: #6334B9;
}
</style>
border-color css
<style>
span { border-color: #6334B9; }
span { border-color: rgb(99,52,185); }
td.TdClassName
{
border-color: #6334B9;
}
.TagClassName
{
border-color: #6334B9;
}
</style>