Shades of Purple Heart #6341BF
Tints of Purple Heart #6341BF
RGB
CMYK
RGB Variations
Color information
#6341BF (or 0x6341BF) is known color: Purple Heart. HEX triplet: 63, 41 and BF. RGB value is (99,65,191). Sum of RGB (Red+Green+Blue) = 99+65+191=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #6341BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6341BF is #9CBE40. Grayscale: #595959. Windows color (decimal): -10272321 or 12534115. OLE color: 12534115.
HSL color Cylindrical-coordinate representation of color #6341BF: hue angle of 256.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6341BF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 65 | 191 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.25 |
| HSL | 256.19º | 0.5% | 0.5% | - |
| HSV(B) | 256.19º | 0.66% | 0.75% | - |
| XYZ | 16.44 | 10.19 | 50.39 | - |
| YUV | 89.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 191 | 0.48 | 0.66 | 0 | 0.25 | 256.19 | 0.5 | 0.5 |
| Hex | 63 | 41 | BF | 30 | 42 | 0 | 19 | 100 | 32 | 32 |
| Octal | 143 | 101 | 277 | 60 | 102 | 0 | 31 | 400 | 62 | 62 |
| Binary | 1100011 | 1000001 | 10111111 | 110000 | 1000010 | 0 | 11001 | 100000000 | 110010 | 110010 |
Color Harmonies of #6341BF
Complementary color
Monochromatic Colors of #6341BF
Black with #6341BF
Text Example
Text Example
White with #6341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6341BF; }
p { color: rgb(99,65,191); }
H1.HeaderClassName
{
color: #6341BF;
}
.AnyTagClassName
{
color: #6341BF;
}
</style>
background-color css
<style>
a { background-color: #6341BF; }
a { background-color: rgb(99,65,191); }
div.DivClassName
{
background-color: #6341BF;
}
.BgClassName
{
background-color: #6341BF;
}
</style>
border-color css
<style>
span { border-color: #6341BF; }
span { border-color: rgb(99,65,191); }
td.TdClassName
{
border-color: #6341BF;
}
.TagClassName
{
border-color: #6341BF;
}
</style>