Shades of Purple Heart #6038DA
Tints of Purple Heart #6038DA
RGB
CMYK
RGB Variations
Color information
#6038DA (or 0x6038DA) is known color: Purple Heart. HEX triplet: 60, 38 and DA. RGB value is (96,56,218). Sum of RGB (Red+Green+Blue) = 96+56+218=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 56 (22.27% from 255 or 15.14% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #6038DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038DA is #9FC725. Grayscale: #555555. Windows color (decimal): -10471206 or 14301280. OLE color: 14301280.
HSL color Cylindrical-coordinate representation of color #6038DA: hue angle of 254.81º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6038DA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 56 | 218 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.15 |
| HSL | 254.81º | 0.69% | 0.54% | - |
| HSV(B) | 254.81º | 0.74% | 0.85% | - |
| XYZ | 18.89 | 10.38 | 67.34 | - |
| YUV | 86.43 | 202.25 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 218 | 0.56 | 0.74 | 0 | 0.15 | 254.81 | 0.69 | 0.54 |
| Hex | 60 | 38 | DA | 38 | 4A | 0 | F | FF | 45 | 36 |
| Octal | 140 | 70 | 332 | 70 | 112 | 0 | 17 | 377 | 105 | 66 |
| Binary | 1100000 | 111000 | 11011010 | 111000 | 1001010 | 0 | 1111 | 11111111 | 1000101 | 110110 |
Color Harmonies of #6038DA
Complementary color
Monochromatic Colors of #6038DA
Black with #6038DA
Text Example
Text Example
White with #6038DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038DA; }
p { color: rgb(96,56,218); }
H1.HeaderClassName
{
color: #6038DA;
}
.AnyTagClassName
{
color: #6038DA;
}
</style>
background-color css
<style>
a { background-color: #6038DA; }
a { background-color: rgb(96,56,218); }
div.DivClassName
{
background-color: #6038DA;
}
.BgClassName
{
background-color: #6038DA;
}
</style>
border-color css
<style>
span { border-color: #6038DA; }
span { border-color: rgb(96,56,218); }
td.TdClassName
{
border-color: #6038DA;
}
.TagClassName
{
border-color: #6038DA;
}
</style>