Shades of Purple Heart #6638DA
Tints of Purple Heart #6638DA
RGB
CMYK
RGB Variations
Color information
#6638DA (or 0x6638DA) is known color: Purple Heart. HEX triplet: 66, 38 and DA. RGB value is (102,56,218). Sum of RGB (Red+Green+Blue) = 102+56+218=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 56 (22.27% from 255 or 14.89% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #6638DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6638DA is #99C725. Grayscale: #575757. Windows color (decimal): -10077990 or 14301286. OLE color: 14301286.
HSL color Cylindrical-coordinate representation of color #6638DA: hue angle of 257.04º 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 #6638DA is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 56 | 218 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.15 |
| HSL | 257.04º | 0.69% | 0.54% | - |
| HSV(B) | 257.04º | 0.74% | 0.85% | - |
| XYZ | 19.55 | 10.72 | 67.37 | - |
| YUV | 88.22 | 201.24 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 218 | 0.53 | 0.74 | 0 | 0.15 | 257.04 | 0.69 | 0.54 |
| Hex | 66 | 38 | DA | 35 | 4A | 0 | F | 101 | 45 | 36 |
| Octal | 146 | 70 | 332 | 65 | 112 | 0 | 17 | 401 | 105 | 66 |
| Binary | 1100110 | 111000 | 11011010 | 110101 | 1001010 | 0 | 1111 | 100000001 | 1000101 | 110110 |
Color Harmonies of #6638DA
Complementary color
Monochromatic Colors of #6638DA
Black with #6638DA
Text Example
Text Example
White with #6638DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6638DA; }
p { color: rgb(102,56,218); }
H1.HeaderClassName
{
color: #6638DA;
}
.AnyTagClassName
{
color: #6638DA;
}
</style>
background-color css
<style>
a { background-color: #6638DA; }
a { background-color: rgb(102,56,218); }
div.DivClassName
{
background-color: #6638DA;
}
.BgClassName
{
background-color: #6638DA;
}
</style>
border-color css
<style>
span { border-color: #6638DA; }
span { border-color: rgb(102,56,218); }
td.TdClassName
{
border-color: #6638DA;
}
.TagClassName
{
border-color: #6638DA;
}
</style>