Shades of Purple Heart #6326CC
Tints of Purple Heart #6326CC
RGB
CMYK
RGB Variations
Color information
#6326CC (or 0x6326CC) is known color: Purple Heart. HEX triplet: 63, 26 and CC. RGB value is (99,38,204). Sum of RGB (Red+Green+Blue) = 99+38+204=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #6326CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6326CC is #9CD933. Grayscale: #4A4A4A. Windows color (decimal): -10279220 or 13379171. OLE color: 13379171.
HSL color Cylindrical-coordinate representation of color #6326CC: hue angle of 262.05º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6326CC is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 38 | 204 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.2 |
| HSL | 262.05º | 0.69% | 0.47% | - |
| HSV(B) | 262.05º | 0.81% | 0.8% | - |
| XYZ | 16.74 | 8.4 | 57.87 | - |
| YUV | 75.16 | 200.71 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 204 | 0.51 | 0.81 | 0 | 0.2 | 262.05 | 0.69 | 0.47 |
| Hex | 63 | 26 | CC | 33 | 51 | 0 | 14 | 106 | 45 | 2F |
| Octal | 143 | 46 | 314 | 63 | 121 | 0 | 24 | 406 | 105 | 57 |
| Binary | 1100011 | 100110 | 11001100 | 110011 | 1010001 | 0 | 10100 | 100000110 | 1000101 | 101111 |
Color Harmonies of #6326CC
Complementary color
Monochromatic Colors of #6326CC
Black with #6326CC
Text Example
Text Example
White with #6326CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326CC; }
p { color: rgb(99,38,204); }
H1.HeaderClassName
{
color: #6326CC;
}
.AnyTagClassName
{
color: #6326CC;
}
</style>
background-color css
<style>
a { background-color: #6326CC; }
a { background-color: rgb(99,38,204); }
div.DivClassName
{
background-color: #6326CC;
}
.BgClassName
{
background-color: #6326CC;
}
</style>
border-color css
<style>
span { border-color: #6326CC; }
span { border-color: rgb(99,38,204); }
td.TdClassName
{
border-color: #6326CC;
}
.TagClassName
{
border-color: #6326CC;
}
</style>