Shades of Purple Heart #6330AF
Tints of Purple Heart #6330AF
RGB
CMYK
RGB Variations
Color information
#6330AF (or 0x6330AF) is known color: Purple Heart. HEX triplet: 63, 30 and AF. RGB value is (99,48,175). Sum of RGB (Red+Green+Blue) = 99+48+175=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #6330AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6330AF is #9CCF50. Grayscale: #4D4D4D. Windows color (decimal): -10276689 or 11481187. OLE color: 11481187.
HSL color Cylindrical-coordinate representation of color #6330AF: hue angle of 264.09º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6330AF is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 48 | 175 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.31 |
| HSL | 264.09º | 0.57% | 0.44% | - |
| HSV(B) | 264.09º | 0.73% | 0.69% | - |
| XYZ | 13.94 | 7.86 | 41.34 | - |
| YUV | 77.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 175 | 0.43 | 0.73 | 0 | 0.31 | 264.09 | 0.57 | 0.44 |
| Hex | 63 | 30 | AF | 2B | 49 | 0 | 1F | 108 | 39 | 2C |
| Octal | 143 | 60 | 257 | 53 | 111 | 0 | 37 | 410 | 71 | 54 |
| Binary | 1100011 | 110000 | 10101111 | 101011 | 1001001 | 0 | 11111 | 100001000 | 111001 | 101100 |
Color Harmonies of #6330AF
Complementary color
Monochromatic Colors of #6330AF
Black with #6330AF
Text Example
Text Example
White with #6330AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6330AF; }
p { color: rgb(99,48,175); }
H1.HeaderClassName
{
color: #6330AF;
}
.AnyTagClassName
{
color: #6330AF;
}
</style>
background-color css
<style>
a { background-color: #6330AF; }
a { background-color: rgb(99,48,175); }
div.DivClassName
{
background-color: #6330AF;
}
.BgClassName
{
background-color: #6330AF;
}
</style>
border-color css
<style>
span { border-color: #6330AF; }
span { border-color: rgb(99,48,175); }
td.TdClassName
{
border-color: #6330AF;
}
.TagClassName
{
border-color: #6330AF;
}
</style>