Shades of Purple Heart #6403CC
Tints of Purple Heart #6403CC
RGB
CMYK
RGB Variations
Color information
#6403CC (or 0x6403CC) is known color: Purple Heart. HEX triplet: 64, 03 and CC. RGB value is (100,3,204). Sum of RGB (Red+Green+Blue) = 100+3+204=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6403CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6403CC is #9BFC33. Grayscale: #363636. Windows color (decimal): -10222644 or 13370212. OLE color: 13370212.
HSL color Cylindrical-coordinate representation of color #6403CC: hue angle of 268.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6403CC is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 3 | 204 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.2 |
| HSL | 268.96º | 0.97% | 0.41% | - |
| HSV(B) | 268.96º | 0.99% | 0.8% | - |
| XYZ | 16.19 | 7.13 | 57.65 | - |
| YUV | 54.92 | 212.14 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 204 | 0.51 | 0.99 | 0 | 0.2 | 268.96 | 0.97 | 0.41 |
| Hex | 64 | 3 | CC | 33 | 63 | 0 | 14 | 10D | 61 | 29 |
| Octal | 144 | 3 | 314 | 63 | 143 | 0 | 24 | 415 | 141 | 51 |
| Binary | 1100100 | 11 | 11001100 | 110011 | 1100011 | 0 | 10100 | 100001101 | 1100001 | 101001 |
Color Harmonies of #6403CC
Complementary color
Monochromatic Colors of #6403CC
Black with #6403CC
Text Example
Text Example
White with #6403CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6403CC; }
p { color: rgb(100,3,204); }
H1.HeaderClassName
{
color: #6403CC;
}
.AnyTagClassName
{
color: #6403CC;
}
</style>
background-color css
<style>
a { background-color: #6403CC; }
a { background-color: rgb(100,3,204); }
div.DivClassName
{
background-color: #6403CC;
}
.BgClassName
{
background-color: #6403CC;
}
</style>
border-color css
<style>
span { border-color: #6403CC; }
span { border-color: rgb(100,3,204); }
td.TdClassName
{
border-color: #6403CC;
}
.TagClassName
{
border-color: #6403CC;
}
</style>