Shades of Purple Heart #6439CB
Tints of Purple Heart #6439CB
RGB
CMYK
RGB Variations
Color information
#6439CB (or 0x6439CB) is known color: Purple Heart. HEX triplet: 64, 39 and CB. RGB value is (100,57,203). Sum of RGB (Red+Green+Blue) = 100+57+203=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #6439CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6439CB is #9BC634. Grayscale: #555555. Windows color (decimal): -10208821 or 13318500. OLE color: 13318500.
HSL color Cylindrical-coordinate representation of color #6439CB: hue angle of 257.67º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6439CB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 100 | 57 | 203 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.20 |
| HSL | 257.67º | 0.58% | 0.51% | - |
| HSV(B) | 257.67º | 0.72% | 0.8% | - |
| XYZ | 17.5 | 9.95 | 57.5 | - |
| YUV | 86.5 | 193.75 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 203 | 0.51 | 0.72 | 0 | 0.20 | 257.67 | 0.58 | 0.51 |
| Hex | 64 | 39 | CB | 33 | 48 | 0 | 14 | 102 | 3A | 33 |
| Octal | 144 | 71 | 313 | 63 | 110 | 0 | 24 | 402 | 72 | 63 |
| Binary | 1100100 | 111001 | 11001011 | 110011 | 1001000 | 0 | 10100 | 100000010 | 111010 | 110011 |
Color Harmonies of #6439CB
Complementary color
Monochromatic Colors of #6439CB
Black with #6439CB
Text Example
Text Example
White with #6439CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6439CB; }
p { color: rgb(100,57,203); }
H1.HeaderClassName
{
color: #6439CB;
}
.AnyTagClassName
{
color: #6439CB;
}
</style>
background-color css
<style>
a { background-color: #6439CB; }
a { background-color: rgb(100,57,203); }
div.DivClassName
{
background-color: #6439CB;
}
.BgClassName
{
background-color: #6439CB;
}
</style>
border-color css
<style>
span { border-color: #6439CB; }
span { border-color: rgb(100,57,203); }
td.TdClassName
{
border-color: #6439CB;
}
.TagClassName
{
border-color: #6439CB;
}
</style>