Shades of Purple Heart #6632E6
Tints of Purple Heart #6632E6
RGB
CMYK
RGB Variations
Color information
#6632E6 (or 0x6632E6) is known color: Purple Heart. HEX triplet: 66, 32 and E6. RGB value is (102,50,230). Sum of RGB (Red+Green+Blue) = 102+50+230=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #6632E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6632E6 is #99CD19. Grayscale: #555555. Windows color (decimal): -10079514 or 15086182. OLE color: 15086182.
HSL color Cylindrical-coordinate representation of color #6632E6: hue angle of 257.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6632E6 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 50 | 230 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.10 |
| HSL | 257.33º | 0.78% | 0.55% | - |
| HSV(B) | 257.33º | 0.78% | 0.9% | - |
| XYZ | 20.9 | 10.82 | 75.85 | - |
| YUV | 86.07 | 209.23 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 50 | 230 | 0.56 | 0.78 | 0 | 0.10 | 257.33 | 0.78 | 0.55 |
| Hex | 66 | 32 | E6 | 38 | 4E | 0 | A | 101 | 4E | 37 |
| Octal | 146 | 62 | 346 | 70 | 116 | 0 | 12 | 401 | 116 | 67 |
| Binary | 1100110 | 110010 | 11100110 | 111000 | 1001110 | 0 | 1010 | 100000001 | 1001110 | 110111 |
Color Harmonies of #6632E6
Complementary color
Monochromatic Colors of #6632E6
Black with #6632E6
Text Example
Text Example
White with #6632E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6632E6; }
p { color: rgb(102,50,230); }
H1.HeaderClassName
{
color: #6632E6;
}
.AnyTagClassName
{
color: #6632E6;
}
</style>
background-color css
<style>
a { background-color: #6632E6; }
a { background-color: rgb(102,50,230); }
div.DivClassName
{
background-color: #6632E6;
}
.BgClassName
{
background-color: #6632E6;
}
</style>
border-color css
<style>
span { border-color: #6632E6; }
span { border-color: rgb(102,50,230); }
td.TdClassName
{
border-color: #6632E6;
}
.TagClassName
{
border-color: #6632E6;
}
</style>