Shades of Purple Heart #6333AF
Tints of Purple Heart #6333AF
RGB
CMYK
RGB Variations
Color information
#6333AF (or 0x6333AF) is known color: Purple Heart. HEX triplet: 63, 33 and AF. RGB value is (99,51,175). Sum of RGB (Red+Green+Blue) = 99+51+175=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #6333AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6333AF is #9CCC50. Grayscale: #4F4F4F. Windows color (decimal): -10275921 or 11481955. OLE color: 11481955.
HSL color Cylindrical-coordinate representation of color #6333AF: hue angle of 263.23º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6333AF is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 51 | 175 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.31 |
| HSL | 263.23º | 0.55% | 0.44% | - |
| HSV(B) | 263.23º | 0.71% | 0.69% | - |
| XYZ | 14.07 | 8.12 | 41.38 | - |
| YUV | 79.49 | 181.9 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 175 | 0.43 | 0.71 | 0 | 0.31 | 263.23 | 0.55 | 0.44 |
| Hex | 63 | 33 | AF | 2B | 47 | 0 | 1F | 107 | 37 | 2C |
| Octal | 143 | 63 | 257 | 53 | 107 | 0 | 37 | 407 | 67 | 54 |
| Binary | 1100011 | 110011 | 10101111 | 101011 | 1000111 | 0 | 11111 | 100000111 | 110111 | 101100 |
Color Harmonies of #6333AF
Complementary color
Monochromatic Colors of #6333AF
Black with #6333AF
Text Example
Text Example
White with #6333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6333AF; }
p { color: rgb(99,51,175); }
H1.HeaderClassName
{
color: #6333AF;
}
.AnyTagClassName
{
color: #6333AF;
}
</style>
background-color css
<style>
a { background-color: #6333AF; }
a { background-color: rgb(99,51,175); }
div.DivClassName
{
background-color: #6333AF;
}
.BgClassName
{
background-color: #6333AF;
}
</style>
border-color css
<style>
span { border-color: #6333AF; }
span { border-color: rgb(99,51,175); }
td.TdClassName
{
border-color: #6333AF;
}
.TagClassName
{
border-color: #6333AF;
}
</style>