Shades of Purple Heart #6326AF
Tints of Purple Heart #6326AF
RGB
CMYK
RGB Variations
Color information
#6326AF (or 0x6326AF) is known color: Purple Heart. HEX triplet: 63, 26 and AF. RGB value is (99,38,175). Sum of RGB (Red+Green+Blue) = 99+38+175=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #6326AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6326AF is #9CD950. Grayscale: #474747. Windows color (decimal): -10279249 or 11478627. OLE color: 11478627.
HSL color Cylindrical-coordinate representation of color #6326AF: hue angle of 266.72º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6326AF is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 38 | 175 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.31 |
| HSL | 266.72º | 0.64% | 0.42% | - |
| HSV(B) | 266.72º | 0.78% | 0.69% | - |
| XYZ | 13.58 | 7.13 | 41.22 | - |
| YUV | 71.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 38 | 175 | 0.43 | 0.78 | 0 | 0.31 | 266.72 | 0.64 | 0.42 |
| Hex | 63 | 26 | AF | 2B | 4E | 0 | 1F | 10B | 40 | 2A |
| Octal | 143 | 46 | 257 | 53 | 116 | 0 | 37 | 413 | 100 | 52 |
| Binary | 1100011 | 100110 | 10101111 | 101011 | 1001110 | 0 | 11111 | 100001011 | 1000000 | 101010 |
Color Harmonies of #6326AF
Complementary color
Monochromatic Colors of #6326AF
Black with #6326AF
Text Example
Text Example
White with #6326AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6326AF; }
p { color: rgb(99,38,175); }
H1.HeaderClassName
{
color: #6326AF;
}
.AnyTagClassName
{
color: #6326AF;
}
</style>
background-color css
<style>
a { background-color: #6326AF; }
a { background-color: rgb(99,38,175); }
div.DivClassName
{
background-color: #6326AF;
}
.BgClassName
{
background-color: #6326AF;
}
</style>
border-color css
<style>
span { border-color: #6326AF; }
span { border-color: rgb(99,38,175); }
td.TdClassName
{
border-color: #6326AF;
}
.TagClassName
{
border-color: #6326AF;
}
</style>