Shades of Purple Heart #6038C4
Tints of Purple Heart #6038C4
RGB
CMYK
RGB Variations
Color information
#6038C4 (or 0x6038C4) is known color: Purple Heart. HEX triplet: 60, 38 and C4. RGB value is (96,56,196). Sum of RGB (Red+Green+Blue) = 96+56+196=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 196 (76.95% from 255 or 56.32% from 348); Max value from RGB is 196 - color contains mainly: blue. Hex color #6038C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6038C4 is #9FC73B. Grayscale: #535353. Windows color (decimal): -10471228 or 12859488. OLE color: 12859488.
HSL color Cylindrical-coordinate representation of color #6038C4: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6038C4 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 96 | 56 | 196 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.23 |
| HSL | 257.14º | 0.56% | 0.49% | - |
| HSV(B) | 257.14º | 0.71% | 0.77% | - |
| XYZ | 16.2 | 9.3 | 53.17 | - |
| YUV | 83.92 | 191.25 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 196 | 0.51 | 0.71 | 0 | 0.23 | 257.14 | 0.56 | 0.49 |
| Hex | 60 | 38 | C4 | 33 | 47 | 0 | 17 | 101 | 38 | 31 |
| Octal | 140 | 70 | 304 | 63 | 107 | 0 | 27 | 401 | 70 | 61 |
| Binary | 1100000 | 111000 | 11000100 | 110011 | 1000111 | 0 | 10111 | 100000001 | 111000 | 110001 |
Color Harmonies of #6038C4
Complementary color
Monochromatic Colors of #6038C4
Black with #6038C4
Text Example
Text Example
White with #6038C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038C4; }
p { color: rgb(96,56,196); }
H1.HeaderClassName
{
color: #6038C4;
}
.AnyTagClassName
{
color: #6038C4;
}
</style>
background-color css
<style>
a { background-color: #6038C4; }
a { background-color: rgb(96,56,196); }
div.DivClassName
{
background-color: #6038C4;
}
.BgClassName
{
background-color: #6038C4;
}
</style>
border-color css
<style>
span { border-color: #6038C4; }
span { border-color: rgb(96,56,196); }
td.TdClassName
{
border-color: #6038C4;
}
.TagClassName
{
border-color: #6038C4;
}
</style>