Shades of Purple Heart #6305CF
Tints of Purple Heart #6305CF
RGB
CMYK
RGB Variations
Color information
#6305CF (or 0x6305CF) is known color: Purple Heart. HEX triplet: 63, 05 and CF. RGB value is (99,5,207). Sum of RGB (Red+Green+Blue) = 99+5+207=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #6305CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305CF is #9CFA30. Grayscale: #373737. Windows color (decimal): -10287665 or 13567331. OLE color: 13567331.
HSL color Cylindrical-coordinate representation of color #6305CF: hue angle of 267.92º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6305CF is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 5 | 207 | - |
| CMYK | 0.52 | 0.98 | 0 | 0.19 |
| HSL | 267.92º | 0.95% | 0.42% | - |
| HSV(B) | 267.92º | 0.98% | 0.81% | - |
| XYZ | 16.46 | 7.27 | 59.57 | - |
| YUV | 56.13 | 213.14 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 207 | 0.52 | 0.98 | 0 | 0.19 | 267.92 | 0.95 | 0.42 |
| Hex | 63 | 5 | CF | 34 | 62 | 0 | 13 | 10C | 5F | 2A |
| Octal | 143 | 5 | 317 | 64 | 142 | 0 | 23 | 414 | 137 | 52 |
| Binary | 1100011 | 101 | 11001111 | 110100 | 1100010 | 0 | 10011 | 100001100 | 1011111 | 101010 |
Color Harmonies of #6305CF
Complementary color
Monochromatic Colors of #6305CF
Black with #6305CF
Text Example
Text Example
White with #6305CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305CF; }
p { color: rgb(99,5,207); }
H1.HeaderClassName
{
color: #6305CF;
}
.AnyTagClassName
{
color: #6305CF;
}
</style>
background-color css
<style>
a { background-color: #6305CF; }
a { background-color: rgb(99,5,207); }
div.DivClassName
{
background-color: #6305CF;
}
.BgClassName
{
background-color: #6305CF;
}
</style>
border-color css
<style>
span { border-color: #6305CF; }
span { border-color: rgb(99,5,207); }
td.TdClassName
{
border-color: #6305CF;
}
.TagClassName
{
border-color: #6305CF;
}
</style>