Shades of Purple Heart #6633D2
Tints of Purple Heart #6633D2
RGB
CMYK
RGB Variations
Color information
#6633D2 (or 0x6633D2) is known color: Purple Heart. HEX triplet: 66, 33 and D2. RGB value is (102,51,210). Sum of RGB (Red+Green+Blue) = 102+51+210=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 210 (82.42% from 255 or 57.85% from 363); Max value from RGB is 210 - color contains mainly: blue. Hex color #6633D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6633D2 is #99CC2D. Grayscale: #535353. Windows color (decimal): -10079278 or 13775718. OLE color: 13775718.
HSL color Cylindrical-coordinate representation of color #6633D2: hue angle of 259.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6633D2 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 51 | 210 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.18 |
| HSL | 259.25º | 0.64% | 0.51% | - |
| HSV(B) | 259.25º | 0.76% | 0.82% | - |
| XYZ | 18.3 | 9.85 | 61.91 | - |
| YUV | 84.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 210 | 0.51 | 0.76 | 0 | 0.18 | 259.25 | 0.64 | 0.51 |
| Hex | 66 | 33 | D2 | 33 | 4C | 0 | 12 | 103 | 40 | 33 |
| Octal | 146 | 63 | 322 | 63 | 114 | 0 | 22 | 403 | 100 | 63 |
| Binary | 1100110 | 110011 | 11010010 | 110011 | 1001100 | 0 | 10010 | 100000011 | 1000000 | 110011 |
Color Harmonies of #6633D2
Complementary color
Monochromatic Colors of #6633D2
Black with #6633D2
Text Example
Text Example
White with #6633D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633D2; }
p { color: rgb(102,51,210); }
H1.HeaderClassName
{
color: #6633D2;
}
.AnyTagClassName
{
color: #6633D2;
}
</style>
background-color css
<style>
a { background-color: #6633D2; }
a { background-color: rgb(102,51,210); }
div.DivClassName
{
background-color: #6633D2;
}
.BgClassName
{
background-color: #6633D2;
}
</style>
border-color css
<style>
span { border-color: #6633D2; }
span { border-color: rgb(102,51,210); }
td.TdClassName
{
border-color: #6633D2;
}
.TagClassName
{
border-color: #6633D2;
}
</style>