Shades of Purple Heart #6331CC
Tints of Purple Heart #6331CC
RGB
CMYK
RGB Variations
Color information
#6331CC (or 0x6331CC) is known color: Purple Heart. HEX triplet: 63, 31 and CC. RGB value is (99,49,204). Sum of RGB (Red+Green+Blue) = 99+49+204=352 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.12% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #6331CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6331CC is #9CCE33. Grayscale: #515151. Windows color (decimal): -10276404 or 13381987. OLE color: 13381987.
HSL color Cylindrical-coordinate representation of color #6331CC: hue angle of 259.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6331CC is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 49 | 204 | - |
| CMYK | 0.51 | 0.76 | 0 | 0.2 |
| HSL | 259.35º | 0.61% | 0.5% | - |
| HSV(B) | 259.35º | 0.76% | 0.8% | - |
| XYZ | 17.14 | 9.21 | 58 | - |
| YUV | 81.62 | 197.07 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 49 | 204 | 0.51 | 0.76 | 0 | 0.2 | 259.35 | 0.61 | 0.5 |
| Hex | 63 | 31 | CC | 33 | 4C | 0 | 14 | 103 | 3D | 32 |
| Octal | 143 | 61 | 314 | 63 | 114 | 0 | 24 | 403 | 75 | 62 |
| Binary | 1100011 | 110001 | 11001100 | 110011 | 1001100 | 0 | 10100 | 100000011 | 111101 | 110010 |
Color Harmonies of #6331CC
Complementary color
Monochromatic Colors of #6331CC
Black with #6331CC
Text Example
Text Example
White with #6331CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6331CC; }
p { color: rgb(99,49,204); }
H1.HeaderClassName
{
color: #6331CC;
}
.AnyTagClassName
{
color: #6331CC;
}
</style>
background-color css
<style>
a { background-color: #6331CC; }
a { background-color: rgb(99,49,204); }
div.DivClassName
{
background-color: #6331CC;
}
.BgClassName
{
background-color: #6331CC;
}
</style>
border-color css
<style>
span { border-color: #6331CC; }
span { border-color: rgb(99,49,204); }
td.TdClassName
{
border-color: #6331CC;
}
.TagClassName
{
border-color: #6331CC;
}
</style>