Shades of Purple Heart #6442B6
Tints of Purple Heart #6442B6
RGB
CMYK
RGB Variations
Color information
#6442B6 (or 0x6442B6) is known color: Purple Heart. HEX triplet: 64, 42 and B6. RGB value is (100,66,182). Sum of RGB (Red+Green+Blue) = 100+66+182=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 182 (71.48% from 255 or 52.30% from 348); Max value from RGB is 182 - color contains mainly: blue. Hex color #6442B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6442B6 is #9BBD49. Grayscale: #585858. Windows color (decimal): -10206538 or 11944548. OLE color: 11944548.
HSL color Cylindrical-coordinate representation of color #6442B6: hue angle of 257.59º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6442B6 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 100 | 66 | 182 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.29 |
| HSL | 257.59º | 0.47% | 0.49% | - |
| HSV(B) | 257.59º | 0.64% | 0.71% | - |
| XYZ | 15.65 | 9.98 | 45.36 | - |
| YUV | 89.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 182 | 0.45 | 0.64 | 0 | 0.29 | 257.59 | 0.47 | 0.49 |
| Hex | 64 | 42 | B6 | 2D | 40 | 0 | 1D | 102 | 2F | 31 |
| Octal | 144 | 102 | 266 | 55 | 100 | 0 | 35 | 402 | 57 | 61 |
| Binary | 1100100 | 1000010 | 10110110 | 101101 | 1000000 | 0 | 11101 | 100000010 | 101111 | 110001 |
Color Harmonies of #6442B6
Complementary color
Monochromatic Colors of #6442B6
Black with #6442B6
Text Example
Text Example
White with #6442B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6442B6; }
p { color: rgb(100,66,182); }
H1.HeaderClassName
{
color: #6442B6;
}
.AnyTagClassName
{
color: #6442B6;
}
</style>
background-color css
<style>
a { background-color: #6442B6; }
a { background-color: rgb(100,66,182); }
div.DivClassName
{
background-color: #6442B6;
}
.BgClassName
{
background-color: #6442B6;
}
</style>
border-color css
<style>
span { border-color: #6442B6; }
span { border-color: rgb(100,66,182); }
td.TdClassName
{
border-color: #6442B6;
}
.TagClassName
{
border-color: #6442B6;
}
</style>