Shades of Purple Heart #6335CC
Tints of Purple Heart #6335CC
RGB
CMYK
RGB Variations
Color information
#6335CC (or 0x6335CC) is known color: Purple Heart. HEX triplet: 63, 35 and CC. RGB value is (99,53,204). Sum of RGB (Red+Green+Blue) = 99+53+204=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 204 (80.08% from 255 or 57.30% from 356); Max value from RGB is 204 - color contains mainly: blue. Hex color #6335CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6335CC is #9CCA33. Grayscale: #535353. Windows color (decimal): -10275380 or 13383011. OLE color: 13383011.
HSL color Cylindrical-coordinate representation of color #6335CC: hue angle of 258.28º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6335CC is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 53 | 204 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.2 |
| HSL | 258.28º | 0.6% | 0.5% | - |
| HSV(B) | 258.28º | 0.74% | 0.8% | - |
| XYZ | 17.32 | 9.56 | 58.06 | - |
| YUV | 83.97 | 195.74 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 53 | 204 | 0.51 | 0.74 | 0 | 0.2 | 258.28 | 0.6 | 0.5 |
| Hex | 63 | 35 | CC | 33 | 4A | 0 | 14 | 102 | 3C | 32 |
| Octal | 143 | 65 | 314 | 63 | 112 | 0 | 24 | 402 | 74 | 62 |
| Binary | 1100011 | 110101 | 11001100 | 110011 | 1001010 | 0 | 10100 | 100000010 | 111100 | 110010 |
Color Harmonies of #6335CC
Complementary color
Monochromatic Colors of #6335CC
Black with #6335CC
Text Example
Text Example
White with #6335CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6335CC; }
p { color: rgb(99,53,204); }
H1.HeaderClassName
{
color: #6335CC;
}
.AnyTagClassName
{
color: #6335CC;
}
</style>
background-color css
<style>
a { background-color: #6335CC; }
a { background-color: rgb(99,53,204); }
div.DivClassName
{
background-color: #6335CC;
}
.BgClassName
{
background-color: #6335CC;
}
</style>
border-color css
<style>
span { border-color: #6335CC; }
span { border-color: rgb(99,53,204); }
td.TdClassName
{
border-color: #6335CC;
}
.TagClassName
{
border-color: #6335CC;
}
</style>