Shades of Purple Heart #662BC4
Tints of Purple Heart #662BC4
RGB
CMYK
RGB Variations
Color information
#662BC4 (or 0x662BC4) is known color: Purple Heart. HEX triplet: 66, 2B and C4. RGB value is (102,43,196). Sum of RGB (Red+Green+Blue) = 102+43+196=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 196 (76.95% from 255 or 57.48% from 341); Max value from RGB is 196 - color contains mainly: blue. Hex color #662BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662BC4 is #99D43B. Grayscale: #4D4D4D. Windows color (decimal): -10081340 or 12856166. OLE color: 12856166.
HSL color Cylindrical-coordinate representation of color #662BC4: hue angle of 263.14º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #662BC4 is Cyan = 0.48, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 102 | 43 | 196 | - |
| CMYK | 0.48 | 0.78 | 0 | 0.23 |
| HSL | 263.14º | 0.64% | 0.47% | - |
| HSV(B) | 263.14º | 0.78% | 0.77% | - |
| XYZ | 16.31 | 8.54 | 53.01 | - |
| YUV | 78.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 43 | 196 | 0.48 | 0.78 | 0 | 0.23 | 263.14 | 0.64 | 0.47 |
| Hex | 66 | 2B | C4 | 30 | 4E | 0 | 17 | 107 | 40 | 2F |
| Octal | 146 | 53 | 304 | 60 | 116 | 0 | 27 | 407 | 100 | 57 |
| Binary | 1100110 | 101011 | 11000100 | 110000 | 1001110 | 0 | 10111 | 100000111 | 1000000 | 101111 |
Color Harmonies of #662BC4
Complementary color
Monochromatic Colors of #662BC4
Black with #662BC4
Text Example
Text Example
White with #662BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662BC4; }
p { color: rgb(102,43,196); }
H1.HeaderClassName
{
color: #662BC4;
}
.AnyTagClassName
{
color: #662BC4;
}
</style>
background-color css
<style>
a { background-color: #662BC4; }
a { background-color: rgb(102,43,196); }
div.DivClassName
{
background-color: #662BC4;
}
.BgClassName
{
background-color: #662BC4;
}
</style>
border-color css
<style>
span { border-color: #662BC4; }
span { border-color: rgb(102,43,196); }
td.TdClassName
{
border-color: #662BC4;
}
.TagClassName
{
border-color: #662BC4;
}
</style>