Shades of Purple Heart #6304CB
Tints of Purple Heart #6304CB
RGB
CMYK
RGB Variations
Color information
#6304CB (or 0x6304CB) is known color: Purple Heart. HEX triplet: 63, 04 and CB. RGB value is (99,4,203). Sum of RGB (Red+Green+Blue) = 99+4+203=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #6304CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304CB is #9CFB34. Grayscale: #363636. Windows color (decimal): -10287925 or 13304931. OLE color: 13304931.
HSL color Cylindrical-coordinate representation of color #6304CB: hue angle of 268.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304CB is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 4 | 203 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.20 |
| HSL | 268.64º | 0.96% | 0.41% | - |
| HSV(B) | 268.64º | 0.98% | 0.8% | - |
| XYZ | 15.97 | 7.05 | 57.02 | - |
| YUV | 55.09 | 211.47 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 203 | 0.51 | 0.98 | 0 | 0.20 | 268.64 | 0.96 | 0.41 |
| Hex | 63 | 4 | CB | 33 | 62 | 0 | 14 | 10D | 60 | 29 |
| Octal | 143 | 4 | 313 | 63 | 142 | 0 | 24 | 415 | 140 | 51 |
| Binary | 1100011 | 100 | 11001011 | 110011 | 1100010 | 0 | 10100 | 100001101 | 1100000 | 101001 |
Color Harmonies of #6304CB
Complementary color
Monochromatic Colors of #6304CB
Black with #6304CB
Text Example
Text Example
White with #6304CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304CB; }
p { color: rgb(99,4,203); }
H1.HeaderClassName
{
color: #6304CB;
}
.AnyTagClassName
{
color: #6304CB;
}
</style>
background-color css
<style>
a { background-color: #6304CB; }
a { background-color: rgb(99,4,203); }
div.DivClassName
{
background-color: #6304CB;
}
.BgClassName
{
background-color: #6304CB;
}
</style>
border-color css
<style>
span { border-color: #6304CB; }
span { border-color: rgb(99,4,203); }
td.TdClassName
{
border-color: #6304CB;
}
.TagClassName
{
border-color: #6304CB;
}
</style>