Shades of Purple Heart #6304CD
Tints of Purple Heart #6304CD
RGB
CMYK
RGB Variations
Color information
#6304CD (or 0x6304CD) is known color: Purple Heart. HEX triplet: 63, 04 and CD. RGB value is (99,4,205). Sum of RGB (Red+Green+Blue) = 99+4+205=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #6304CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6304CD is #9CFB32. Grayscale: #363636. Windows color (decimal): -10287923 or 13436003. OLE color: 13436003.
HSL color Cylindrical-coordinate representation of color #6304CD: hue angle of 268.36º 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 #6304CD is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 4 | 205 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.20 |
| HSL | 268.36º | 0.96% | 0.41% | - |
| HSV(B) | 268.36º | 0.98% | 0.8% | - |
| XYZ | 16.21 | 7.15 | 58.28 | - |
| YUV | 55.32 | 212.47 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 205 | 0.52 | 0.98 | 0 | 0.20 | 268.36 | 0.96 | 0.41 |
| Hex | 63 | 4 | CD | 34 | 62 | 0 | 14 | 10C | 60 | 29 |
| Octal | 143 | 4 | 315 | 64 | 142 | 0 | 24 | 414 | 140 | 51 |
| Binary | 1100011 | 100 | 11001101 | 110100 | 1100010 | 0 | 10100 | 100001100 | 1100000 | 101001 |
Color Harmonies of #6304CD
Complementary color
Monochromatic Colors of #6304CD
Black with #6304CD
Text Example
Text Example
White with #6304CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6304CD; }
p { color: rgb(99,4,205); }
H1.HeaderClassName
{
color: #6304CD;
}
.AnyTagClassName
{
color: #6304CD;
}
</style>
background-color css
<style>
a { background-color: #6304CD; }
a { background-color: rgb(99,4,205); }
div.DivClassName
{
background-color: #6304CD;
}
.BgClassName
{
background-color: #6304CD;
}
</style>
border-color css
<style>
span { border-color: #6304CD; }
span { border-color: rgb(99,4,205); }
td.TdClassName
{
border-color: #6304CD;
}
.TagClassName
{
border-color: #6304CD;
}
</style>