Shades of Purple Heart #6403C6
Tints of Purple Heart #6403C6
RGB
CMYK
RGB Variations
Color information
#6403C6 (or 0x6403C6) is known color: Purple Heart. HEX triplet: 64, 03 and C6. RGB value is (100,3,198). Sum of RGB (Red+Green+Blue) = 100+3+198=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 198 (77.73% from 255 or 65.78% from 301); Max value from RGB is 198 - color contains mainly: blue. Hex color #6403C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403C6 is #9BFC39. Grayscale: #353535. Windows color (decimal): -10222650 or 12976996. OLE color: 12976996.
HSL color Cylindrical-coordinate representation of color #6403C6: hue angle of 269.85º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6403C6 is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 100 | 3 | 198 | - |
| CMYK | 0.49 | 0.98 | 0 | 0.22 |
| HSL | 269.85º | 0.97% | 0.39% | - |
| HSV(B) | 269.85º | 0.98% | 0.78% | - |
| XYZ | 15.48 | 6.85 | 53.93 | - |
| YUV | 54.23 | 209.14 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 198 | 0.49 | 0.98 | 0 | 0.22 | 269.85 | 0.97 | 0.39 |
| Hex | 64 | 3 | C6 | 31 | 62 | 0 | 16 | 10E | 61 | 27 |
| Octal | 144 | 3 | 306 | 61 | 142 | 0 | 26 | 416 | 141 | 47 |
| Binary | 1100100 | 11 | 11000110 | 110001 | 1100010 | 0 | 10110 | 100001110 | 1100001 | 100111 |
Color Harmonies of #6403C6
Complementary color
Monochromatic Colors of #6403C6
Black with #6403C6
Text Example
Text Example
White with #6403C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403C6; }
p { color: rgb(100,3,198); }
H1.HeaderClassName
{
color: #6403C6;
}
.AnyTagClassName
{
color: #6403C6;
}
</style>
background-color css
<style>
a { background-color: #6403C6; }
a { background-color: rgb(100,3,198); }
div.DivClassName
{
background-color: #6403C6;
}
.BgClassName
{
background-color: #6403C6;
}
</style>
border-color css
<style>
span { border-color: #6403C6; }
span { border-color: rgb(100,3,198); }
td.TdClassName
{
border-color: #6403C6;
}
.TagClassName
{
border-color: #6403C6;
}
</style>