Shades of Purple Heart #6438DF
Tints of Purple Heart #6438DF
RGB
CMYK
RGB Variations
Color information
#6438DF (or 0x6438DF) is known color: Purple Heart. HEX triplet: 64, 38 and DF. RGB value is (100,56,223). Sum of RGB (Red+Green+Blue) = 100+56+223=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #6438DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6438DF is #9BC720. Grayscale: #575757. Windows color (decimal): -10209057 or 14628964. OLE color: 14628964.
HSL color Cylindrical-coordinate representation of color #6438DF: hue angle of 255.81º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6438DF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 56 | 223 | - |
| CMYK | 0.55 | 0.75 | 0 | 0.13 |
| HSL | 255.81º | 0.72% | 0.55% | - |
| HSV(B) | 255.81º | 0.75% | 0.87% | - |
| XYZ | 19.99 | 10.87 | 70.86 | - |
| YUV | 88.19 | 204.08 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 223 | 0.55 | 0.75 | 0 | 0.13 | 255.81 | 0.72 | 0.55 |
| Hex | 64 | 38 | DF | 37 | 4B | 0 | D | 100 | 48 | 37 |
| Octal | 144 | 70 | 337 | 67 | 113 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100100 | 111000 | 11011111 | 110111 | 1001011 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #6438DF
Complementary color
Monochromatic Colors of #6438DF
Black with #6438DF
Text Example
Text Example
White with #6438DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6438DF; }
p { color: rgb(100,56,223); }
H1.HeaderClassName
{
color: #6438DF;
}
.AnyTagClassName
{
color: #6438DF;
}
</style>
background-color css
<style>
a { background-color: #6438DF; }
a { background-color: rgb(100,56,223); }
div.DivClassName
{
background-color: #6438DF;
}
.BgClassName
{
background-color: #6438DF;
}
</style>
border-color css
<style>
span { border-color: #6438DF; }
span { border-color: rgb(100,56,223); }
td.TdClassName
{
border-color: #6438DF;
}
.TagClassName
{
border-color: #6438DF;
}
</style>