Shades of Purple Heart #6336CD
Tints of Purple Heart #6336CD
RGB
CMYK
RGB Variations
Color information
#6336CD (or 0x6336CD) is known color: Purple Heart. HEX triplet: 63, 36 and CD. RGB value is (99,54,205). Sum of RGB (Red+Green+Blue) = 99+54+205=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 205 (80.47% from 255 or 57.26% from 358); Max value from RGB is 205 - color contains mainly: blue. Hex color #6336CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6336CD is #9CC932. Grayscale: #545454. Windows color (decimal): -10275123 or 13448803. OLE color: 13448803.
HSL color Cylindrical-coordinate representation of color #6336CD: hue angle of 257.88º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6336CD is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 54 | 205 | - |
| CMYK | 0.52 | 0.74 | 0 | 0.20 |
| HSL | 257.88º | 0.6% | 0.51% | - |
| HSV(B) | 257.88º | 0.74% | 0.8% | - |
| XYZ | 17.48 | 9.7 | 58.71 | - |
| YUV | 84.67 | 195.91 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 54 | 205 | 0.52 | 0.74 | 0 | 0.20 | 257.88 | 0.6 | 0.51 |
| Hex | 63 | 36 | CD | 34 | 4A | 0 | 14 | 102 | 3C | 33 |
| Octal | 143 | 66 | 315 | 64 | 112 | 0 | 24 | 402 | 74 | 63 |
| Binary | 1100011 | 110110 | 11001101 | 110100 | 1001010 | 0 | 10100 | 100000010 | 111100 | 110011 |
Color Harmonies of #6336CD
Complementary color
Monochromatic Colors of #6336CD
Black with #6336CD
Text Example
Text Example
White with #6336CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6336CD; }
p { color: rgb(99,54,205); }
H1.HeaderClassName
{
color: #6336CD;
}
.AnyTagClassName
{
color: #6336CD;
}
</style>
background-color css
<style>
a { background-color: #6336CD; }
a { background-color: rgb(99,54,205); }
div.DivClassName
{
background-color: #6336CD;
}
.BgClassName
{
background-color: #6336CD;
}
</style>
border-color css
<style>
span { border-color: #6336CD; }
span { border-color: rgb(99,54,205); }
td.TdClassName
{
border-color: #6336CD;
}
.TagClassName
{
border-color: #6336CD;
}
</style>