Shades of Purple Heart #662FBE
Tints of Purple Heart #662FBE
RGB
CMYK
RGB Variations
Color information
#662FBE (or 0x662FBE) is known color: Purple Heart. HEX triplet: 66, 2F and BE. RGB value is (102,47,190). Sum of RGB (Red+Green+Blue) = 102+47+190=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #662FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FBE is #99D041. Grayscale: #4F4F4F. Windows color (decimal): -10080322 or 12463974. OLE color: 12463974.
HSL color Cylindrical-coordinate representation of color #662FBE: hue angle of 263.08º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662FBE is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 47 | 190 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.25 |
| HSL | 263.08º | 0.6% | 0.46% | - |
| HSV(B) | 263.08º | 0.75% | 0.75% | - |
| XYZ | 15.79 | 8.58 | 49.54 | - |
| YUV | 79.75 | 190.22 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 190 | 0.46 | 0.75 | 0 | 0.25 | 263.08 | 0.6 | 0.46 |
| Hex | 66 | 2F | BE | 2E | 4B | 0 | 19 | 107 | 3C | 2E |
| Octal | 146 | 57 | 276 | 56 | 113 | 0 | 31 | 407 | 74 | 56 |
| Binary | 1100110 | 101111 | 10111110 | 101110 | 1001011 | 0 | 11001 | 100000111 | 111100 | 101110 |
Color Harmonies of #662FBE
Complementary color
Monochromatic Colors of #662FBE
Black with #662FBE
Text Example
Text Example
White with #662FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FBE; }
p { color: rgb(102,47,190); }
H1.HeaderClassName
{
color: #662FBE;
}
.AnyTagClassName
{
color: #662FBE;
}
</style>
background-color css
<style>
a { background-color: #662FBE; }
a { background-color: rgb(102,47,190); }
div.DivClassName
{
background-color: #662FBE;
}
.BgClassName
{
background-color: #662FBE;
}
</style>
border-color css
<style>
span { border-color: #662FBE; }
span { border-color: rgb(102,47,190); }
td.TdClassName
{
border-color: #662FBE;
}
.TagClassName
{
border-color: #662FBE;
}
</style>