Shades of Purple Heart #6438CF
Tints of Purple Heart #6438CF
RGB
CMYK
RGB Variations
Color information
#6438CF (or 0x6438CF) is known color: Purple Heart. HEX triplet: 64, 38 and CF. RGB value is (100,56,207). Sum of RGB (Red+Green+Blue) = 100+56+207=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 56 (22.27% from 255 or 15.43% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #6438CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438CF is #9BC730. Grayscale: #555555. Windows color (decimal): -10209073 or 13580388. OLE color: 13580388.
HSL color Cylindrical-coordinate representation of color #6438CF: hue angle of 257.48º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6438CF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 100 | 56 | 207 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.19 |
| HSL | 257.48º | 0.61% | 0.52% | - |
| HSV(B) | 257.48º | 0.73% | 0.81% | - |
| XYZ | 17.93 | 10.04 | 60.02 | - |
| YUV | 86.37 | 196.08 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 207 | 0.52 | 0.73 | 0 | 0.19 | 257.48 | 0.61 | 0.52 |
| Hex | 64 | 38 | CF | 34 | 49 | 0 | 13 | 101 | 3D | 34 |
| Octal | 144 | 70 | 317 | 64 | 111 | 0 | 23 | 401 | 75 | 64 |
| Binary | 1100100 | 111000 | 11001111 | 110100 | 1001001 | 0 | 10011 | 100000001 | 111101 | 110100 |
Color Harmonies of #6438CF
Complementary color
Monochromatic Colors of #6438CF
Black with #6438CF
Text Example
Text Example
White with #6438CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438CF; }
p { color: rgb(100,56,207); }
H1.HeaderClassName
{
color: #6438CF;
}
.AnyTagClassName
{
color: #6438CF;
}
</style>
background-color css
<style>
a { background-color: #6438CF; }
a { background-color: rgb(100,56,207); }
div.DivClassName
{
background-color: #6438CF;
}
.BgClassName
{
background-color: #6438CF;
}
</style>
border-color css
<style>
span { border-color: #6438CF; }
span { border-color: rgb(100,56,207); }
td.TdClassName
{
border-color: #6438CF;
}
.TagClassName
{
border-color: #6438CF;
}
</style>