Shades of Purple Heart #6326AB
Tints of Purple Heart #6326AB
RGB
CMYK
RGB Variations
Color information
#6326AB (or 0x6326AB) is known color: Purple Heart. HEX triplet: 63, 26 and AB. RGB value is (99,38,171). Sum of RGB (Red+Green+Blue) = 99+38+171=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 171 (67.19% from 255 or 55.52% from 308); Max value from RGB is 171 - color contains mainly: blue. Hex color #6326AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6326AB is #9CD954. Grayscale: #464646. Windows color (decimal): -10279253 or 11216483. OLE color: 11216483.
HSL color Cylindrical-coordinate representation of color #6326AB: hue angle of 267.52º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6326AB is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 38 | 171 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.33 |
| HSL | 267.52º | 0.64% | 0.41% | - |
| HSV(B) | 267.52º | 0.78% | 0.67% | - |
| XYZ | 13.19 | 6.98 | 39.18 | - |
| YUV | 71.4 | 184.21 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 171 | 0.42 | 0.78 | 0 | 0.33 | 267.52 | 0.64 | 0.41 |
| Hex | 63 | 26 | AB | 2A | 4E | 0 | 21 | 10C | 40 | 29 |
| Octal | 143 | 46 | 253 | 52 | 116 | 0 | 41 | 414 | 100 | 51 |
| Binary | 1100011 | 100110 | 10101011 | 101010 | 1001110 | 0 | 100001 | 100001100 | 1000000 | 101001 |
Color Harmonies of #6326AB
Complementary color
Monochromatic Colors of #6326AB
Black with #6326AB
Text Example
Text Example
White with #6326AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326AB; }
p { color: rgb(99,38,171); }
H1.HeaderClassName
{
color: #6326AB;
}
.AnyTagClassName
{
color: #6326AB;
}
</style>
background-color css
<style>
a { background-color: #6326AB; }
a { background-color: rgb(99,38,171); }
div.DivClassName
{
background-color: #6326AB;
}
.BgClassName
{
background-color: #6326AB;
}
</style>
border-color css
<style>
span { border-color: #6326AB; }
span { border-color: rgb(99,38,171); }
td.TdClassName
{
border-color: #6326AB;
}
.TagClassName
{
border-color: #6326AB;
}
</style>