Shades of Purple Heart #6238DF
Tints of Purple Heart #6238DF
RGB
CMYK
RGB Variations
Color information
#6238DF (or 0x6238DF) is known color: Purple Heart. HEX triplet: 62, 38 and DF. RGB value is (98,56,223). Sum of RGB (Red+Green+Blue) = 98+56+223=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #6238DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6238DF is #9DC720. Grayscale: #565656. Windows color (decimal): -10340129 or 14628962. OLE color: 14628962.
HSL color Cylindrical-coordinate representation of color #6238DF: hue angle of 255.09º 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 #6238DF is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 56 | 223 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.13 |
| HSL | 255.09º | 0.72% | 0.55% | - |
| HSV(B) | 255.09º | 0.75% | 0.87% | - |
| XYZ | 19.77 | 10.75 | 70.85 | - |
| YUV | 87.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 56 | 223 | 0.56 | 0.75 | 0 | 0.13 | 255.09 | 0.72 | 0.55 |
| Hex | 62 | 38 | DF | 38 | 4B | 0 | D | FF | 48 | 37 |
| Octal | 142 | 70 | 337 | 70 | 113 | 0 | 15 | 377 | 110 | 67 |
| Binary | 1100010 | 111000 | 11011111 | 111000 | 1001011 | 0 | 1101 | 11111111 | 1001000 | 110111 |
Color Harmonies of #6238DF
Complementary color
Monochromatic Colors of #6238DF
Black with #6238DF
Text Example
Text Example
White with #6238DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6238DF; }
p { color: rgb(98,56,223); }
H1.HeaderClassName
{
color: #6238DF;
}
.AnyTagClassName
{
color: #6238DF;
}
</style>
background-color css
<style>
a { background-color: #6238DF; }
a { background-color: rgb(98,56,223); }
div.DivClassName
{
background-color: #6238DF;
}
.BgClassName
{
background-color: #6238DF;
}
</style>
border-color css
<style>
span { border-color: #6238DF; }
span { border-color: rgb(98,56,223); }
td.TdClassName
{
border-color: #6238DF;
}
.TagClassName
{
border-color: #6238DF;
}
</style>