Shades of Purple Heart #6A03CC
Tints of Purple Heart #6A03CC
RGB
CMYK
RGB Variations
Color information
#6A03CC (or 0x6A03CC) is known color: Purple Heart. HEX triplet: 6A, 03 and CC. RGB value is (106,3,204). Sum of RGB (Red+Green+Blue) = 106+3+204=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A03CC is #95FC33. Grayscale: #383838. Windows color (decimal): -9829428 or 13370218. OLE color: 13370218.
HSL color Cylindrical-coordinate representation of color #6A03CC: hue angle of 270.75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A03CC is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 106 | 3 | 204 | - |
| CMYK | 0.48 | 0.99 | 0 | 0.2 |
| HSL | 270.75º | 0.97% | 0.41% | - |
| HSV(B) | 270.75º | 0.99% | 0.8% | - |
| XYZ | 16.88 | 7.49 | 57.68 | - |
| YUV | 56.71 | 211.12 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 3 | 204 | 0.48 | 0.99 | 0 | 0.2 | 270.75 | 0.97 | 0.41 |
| Hex | 6A | 3 | CC | 30 | 63 | 0 | 14 | 10F | 61 | 29 |
| Octal | 152 | 3 | 314 | 60 | 143 | 0 | 24 | 417 | 141 | 51 |
| Binary | 1101010 | 11 | 11001100 | 110000 | 1100011 | 0 | 10100 | 100001111 | 1100001 | 101001 |
Color Harmonies of #6A03CC
Complementary color
Monochromatic Colors of #6A03CC
Black with #6A03CC
Text Example
Text Example
White with #6A03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A03CC; }
p { color: rgb(106,3,204); }
H1.HeaderClassName
{
color: #6A03CC;
}
.AnyTagClassName
{
color: #6A03CC;
}
</style>
background-color css
<style>
a { background-color: #6A03CC; }
a { background-color: rgb(106,3,204); }
div.DivClassName
{
background-color: #6A03CC;
}
.BgClassName
{
background-color: #6A03CC;
}
</style>
border-color css
<style>
span { border-color: #6A03CC; }
span { border-color: rgb(106,3,204); }
td.TdClassName
{
border-color: #6A03CC;
}
.TagClassName
{
border-color: #6A03CC;
}
</style>