Shades of Purple Heart #6639BA
Tints of Purple Heart #6639BA
RGB
CMYK
RGB Variations
Color information
#6639BA (or 0x6639BA) is known color: Purple Heart. HEX triplet: 66, 39 and BA. RGB value is (102,57,186). Sum of RGB (Red+Green+Blue) = 102+57+186=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #6639BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639BA is #99C645. Grayscale: #545454. Windows color (decimal): -10077766 or 12204390. OLE color: 12204390.
HSL color Cylindrical-coordinate representation of color #6639BA: hue angle of 260.93º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6639BA is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 57 | 186 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.27 |
| HSL | 260.93º | 0.53% | 0.48% | - |
| HSV(B) | 260.93º | 0.69% | 0.73% | - |
| XYZ | 15.81 | 9.3 | 47.42 | - |
| YUV | 85.16 | 184.91 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 186 | 0.45 | 0.69 | 0 | 0.27 | 260.93 | 0.53 | 0.48 |
| Hex | 66 | 39 | BA | 2D | 45 | 0 | 1B | 105 | 35 | 30 |
| Octal | 146 | 71 | 272 | 55 | 105 | 0 | 33 | 405 | 65 | 60 |
| Binary | 1100110 | 111001 | 10111010 | 101101 | 1000101 | 0 | 11011 | 100000101 | 110101 | 110000 |
Color Harmonies of #6639BA
Complementary color
Monochromatic Colors of #6639BA
Black with #6639BA
Text Example
Text Example
White with #6639BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639BA; }
p { color: rgb(102,57,186); }
H1.HeaderClassName
{
color: #6639BA;
}
.AnyTagClassName
{
color: #6639BA;
}
</style>
background-color css
<style>
a { background-color: #6639BA; }
a { background-color: rgb(102,57,186); }
div.DivClassName
{
background-color: #6639BA;
}
.BgClassName
{
background-color: #6639BA;
}
</style>
border-color css
<style>
span { border-color: #6639BA; }
span { border-color: rgb(102,57,186); }
td.TdClassName
{
border-color: #6639BA;
}
.TagClassName
{
border-color: #6639BA;
}
</style>