Shades of Purple Heart #641BC4
Tints of Purple Heart #641BC4
RGB
CMYK
RGB Variations
Color information
#641BC4 (or 0x641BC4) is known color: Purple Heart. HEX triplet: 64, 1B and C4. RGB value is (100,27,196). Sum of RGB (Red+Green+Blue) = 100+27+196=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 196 (76.95% from 255 or 60.68% from 323); Max value from RGB is 196 - color contains mainly: blue. Hex color #641BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BC4 is #9BE43B. Grayscale: #434343. Windows color (decimal): -10216508 or 12852068. OLE color: 12852068.
HSL color Cylindrical-coordinate representation of color #641BC4: hue angle of 265.92º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641BC4 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 27 | 196 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.23 |
| HSL | 265.92º | 0.76% | 0.44% | - |
| HSV(B) | 265.92º | 0.86% | 0.77% | - |
| XYZ | 15.61 | 7.48 | 52.85 | - |
| YUV | 68.09 | 200.18 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 27 | 196 | 0.49 | 0.86 | 0 | 0.23 | 265.92 | 0.76 | 0.44 |
| Hex | 64 | 1B | C4 | 31 | 56 | 0 | 17 | 10A | 4C | 2C |
| Octal | 144 | 33 | 304 | 61 | 126 | 0 | 27 | 412 | 114 | 54 |
| Binary | 1100100 | 11011 | 11000100 | 110001 | 1010110 | 0 | 10111 | 100001010 | 1001100 | 101100 |
Color Harmonies of #641BC4
Complementary color
Monochromatic Colors of #641BC4
Black with #641BC4
Text Example
Text Example
White with #641BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641BC4; }
p { color: rgb(100,27,196); }
H1.HeaderClassName
{
color: #641BC4;
}
.AnyTagClassName
{
color: #641BC4;
}
</style>
background-color css
<style>
a { background-color: #641BC4; }
a { background-color: rgb(100,27,196); }
div.DivClassName
{
background-color: #641BC4;
}
.BgClassName
{
background-color: #641BC4;
}
</style>
border-color css
<style>
span { border-color: #641BC4; }
span { border-color: rgb(100,27,196); }
td.TdClassName
{
border-color: #641BC4;
}
.TagClassName
{
border-color: #641BC4;
}
</style>