Shades of Purple Heart #6632DA
Tints of Purple Heart #6632DA
RGB
CMYK
RGB Variations
Color information
#6632DA (or 0x6632DA) is known color: Purple Heart. HEX triplet: 66, 32 and DA. RGB value is (102,50,218). Sum of RGB (Red+Green+Blue) = 102+50+218=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 50 (19.92% from 255 or 13.51% 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 #6632DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6632DA is #99CD25. Grayscale: #545454. Windows color (decimal): -10079526 or 14299750. OLE color: 14299750.
HSL color Cylindrical-coordinate representation of color #6632DA: hue angle of 258.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6632DA is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 50 | 218 | - |
| CMYK | 0.53 | 0.77 | 0 | 0.15 |
| HSL | 258.57º | 0.69% | 0.53% | - |
| HSV(B) | 258.57º | 0.77% | 0.85% | - |
| XYZ | 19.27 | 10.17 | 67.28 | - |
| YUV | 84.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 218 | 0.53 | 0.77 | 0 | 0.15 | 258.57 | 0.69 | 0.53 |
| Hex | 66 | 32 | DA | 35 | 4D | 0 | F | 103 | 45 | 35 |
| Octal | 146 | 62 | 332 | 65 | 115 | 0 | 17 | 403 | 105 | 65 |
| Binary | 1100110 | 110010 | 11011010 | 110101 | 1001101 | 0 | 1111 | 100000011 | 1000101 | 110101 |
Color Harmonies of #6632DA
Complementary color
Monochromatic Colors of #6632DA
Black with #6632DA
Text Example
Text Example
White with #6632DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632DA; }
p { color: rgb(102,50,218); }
H1.HeaderClassName
{
color: #6632DA;
}
.AnyTagClassName
{
color: #6632DA;
}
</style>
background-color css
<style>
a { background-color: #6632DA; }
a { background-color: rgb(102,50,218); }
div.DivClassName
{
background-color: #6632DA;
}
.BgClassName
{
background-color: #6632DA;
}
</style>
border-color css
<style>
span { border-color: #6632DA; }
span { border-color: rgb(102,50,218); }
td.TdClassName
{
border-color: #6632DA;
}
.TagClassName
{
border-color: #6632DA;
}
</style>