Shades of Purple Heart #6138CC
Tints of Purple Heart #6138CC
RGB
CMYK
RGB Variations
Color information
#6138CC (or 0x6138CC) is known color: Purple Heart. HEX triplet: 61, 38 and CC. RGB value is (97,56,204). Sum of RGB (Red+Green+Blue) = 97+56+204=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 204 (80.08% from 255 or 57.14% from 357); Max value from RGB is 204 - color contains mainly: blue. Hex color #6138CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138CC is #9EC733. Grayscale: #545454. Windows color (decimal): -10405684 or 13383777. OLE color: 13383777.
HSL color Cylindrical-coordinate representation of color #6138CC: hue angle of 256.62º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6138CC is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 56 | 204 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.2 |
| HSL | 256.62º | 0.59% | 0.51% | - |
| HSV(B) | 256.62º | 0.73% | 0.8% | - |
| XYZ | 17.24 | 9.73 | 58.1 | - |
| YUV | 85.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 204 | 0.52 | 0.73 | 0 | 0.2 | 256.62 | 0.59 | 0.51 |
| Hex | 61 | 38 | CC | 34 | 49 | 0 | 14 | 101 | 3B | 33 |
| Octal | 141 | 70 | 314 | 64 | 111 | 0 | 24 | 401 | 73 | 63 |
| Binary | 1100001 | 111000 | 11001100 | 110100 | 1001001 | 0 | 10100 | 100000001 | 111011 | 110011 |
Color Harmonies of #6138CC
Complementary color
Monochromatic Colors of #6138CC
Black with #6138CC
Text Example
Text Example
White with #6138CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138CC; }
p { color: rgb(97,56,204); }
H1.HeaderClassName
{
color: #6138CC;
}
.AnyTagClassName
{
color: #6138CC;
}
</style>
background-color css
<style>
a { background-color: #6138CC; }
a { background-color: rgb(97,56,204); }
div.DivClassName
{
background-color: #6138CC;
}
.BgClassName
{
background-color: #6138CC;
}
</style>
border-color css
<style>
span { border-color: #6138CC; }
span { border-color: rgb(97,56,204); }
td.TdClassName
{
border-color: #6138CC;
}
.TagClassName
{
border-color: #6138CC;
}
</style>