Shades of Purple Heart #6305CC
Tints of Purple Heart #6305CC
RGB
CMYK
RGB Variations
Color information
#6305CC (or 0x6305CC) is known color: Purple Heart. HEX triplet: 63, 05 and CC. RGB value is (99,5,204). Sum of RGB (Red+Green+Blue) = 99+5+204=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #6305CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305CC is #9CFA33. Grayscale: #373737. Windows color (decimal): -10287668 or 13370723. OLE color: 13370723.
HSL color Cylindrical-coordinate representation of color #6305CC: hue angle of 268.34º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305CC is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 5 | 204 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.2 |
| HSL | 268.34º | 0.95% | 0.41% | - |
| HSV(B) | 268.34º | 0.98% | 0.8% | - |
| XYZ | 16.1 | 7.12 | 57.65 | - |
| YUV | 55.79 | 211.64 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 204 | 0.51 | 0.98 | 0 | 0.2 | 268.34 | 0.95 | 0.41 |
| Hex | 63 | 5 | CC | 33 | 62 | 0 | 14 | 10C | 5F | 29 |
| Octal | 143 | 5 | 314 | 63 | 142 | 0 | 24 | 414 | 137 | 51 |
| Binary | 1100011 | 101 | 11001100 | 110011 | 1100010 | 0 | 10100 | 100001100 | 1011111 | 101001 |
Color Harmonies of #6305CC
Complementary color
Monochromatic Colors of #6305CC
Black with #6305CC
Text Example
Text Example
White with #6305CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305CC; }
p { color: rgb(99,5,204); }
H1.HeaderClassName
{
color: #6305CC;
}
.AnyTagClassName
{
color: #6305CC;
}
</style>
background-color css
<style>
a { background-color: #6305CC; }
a { background-color: rgb(99,5,204); }
div.DivClassName
{
background-color: #6305CC;
}
.BgClassName
{
background-color: #6305CC;
}
</style>
border-color css
<style>
span { border-color: #6305CC; }
span { border-color: rgb(99,5,204); }
td.TdClassName
{
border-color: #6305CC;
}
.TagClassName
{
border-color: #6305CC;
}
</style>