Shades of Purple Heart #6638C0
Tints of Purple Heart #6638C0
RGB
CMYK
RGB Variations
Color information
#6638C0 (or 0x6638C0) is known color: Purple Heart. HEX triplet: 66, 38 and C0. RGB value is (102,56,192). Sum of RGB (Red+Green+Blue) = 102+56+192=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #6638C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638C0 is #99C73F. Grayscale: #545454. Windows color (decimal): -10078016 or 12597350. OLE color: 12597350.
HSL color Cylindrical-coordinate representation of color #6638C0: hue angle of 260.29º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6638C0 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 56 | 192 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.25 |
| HSL | 260.29º | 0.55% | 0.49% | - |
| HSV(B) | 260.29º | 0.71% | 0.75% | - |
| XYZ | 16.41 | 9.46 | 50.83 | - |
| YUV | 85.26 | 188.24 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 192 | 0.47 | 0.71 | 0 | 0.25 | 260.29 | 0.55 | 0.49 |
| Hex | 66 | 38 | C0 | 2F | 47 | 0 | 19 | 104 | 37 | 31 |
| Octal | 146 | 70 | 300 | 57 | 107 | 0 | 31 | 404 | 67 | 61 |
| Binary | 1100110 | 111000 | 11000000 | 101111 | 1000111 | 0 | 11001 | 100000100 | 110111 | 110001 |
Color Harmonies of #6638C0
Complementary color
Monochromatic Colors of #6638C0
Black with #6638C0
Text Example
Text Example
White with #6638C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6638C0; }
p { color: rgb(102,56,192); }
H1.HeaderClassName
{
color: #6638C0;
}
.AnyTagClassName
{
color: #6638C0;
}
</style>
background-color css
<style>
a { background-color: #6638C0; }
a { background-color: rgb(102,56,192); }
div.DivClassName
{
background-color: #6638C0;
}
.BgClassName
{
background-color: #6638C0;
}
</style>
border-color css
<style>
span { border-color: #6638C0; }
span { border-color: rgb(102,56,192); }
td.TdClassName
{
border-color: #6638C0;
}
.TagClassName
{
border-color: #6638C0;
}
</style>