Shades of Purple Heart #6307B5
Tints of Purple Heart #6307B5
RGB
CMYK
RGB Variations
Color information
#6307B5 (or 0x6307B5) is known color: Purple Heart. HEX triplet: 63, 07 and B5. RGB value is (99,7,181). Sum of RGB (Red+Green+Blue) = 99+7+181=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 181 (71.09% from 255 or 63.07% from 287); Max value from RGB is 181 - color contains mainly: blue. Hex color #6307B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307B5 is #9CF84A. Grayscale: #353535. Windows color (decimal): -10287179 or 11863907. OLE color: 11863907.
HSL color Cylindrical-coordinate representation of color #6307B5: hue angle of 271.72º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6307B5 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 7 | 181 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.29 |
| HSL | 271.72º | 0.93% | 0.37% | - |
| HSV(B) | 271.72º | 0.96% | 0.71% | - |
| XYZ | 13.56 | 6.14 | 44.19 | - |
| YUV | 54.34 | 199.48 | 159.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 181 | 0.45 | 0.96 | 0 | 0.29 | 271.72 | 0.93 | 0.37 |
| Hex | 63 | 7 | B5 | 2D | 60 | 0 | 1D | 110 | 5D | 25 |
| Octal | 143 | 7 | 265 | 55 | 140 | 0 | 35 | 420 | 135 | 45 |
| Binary | 1100011 | 111 | 10110101 | 101101 | 1100000 | 0 | 11101 | 100010000 | 1011101 | 100101 |
Color Harmonies of #6307B5
Complementary color
Monochromatic Colors of #6307B5
Black with #6307B5
Text Example
Text Example
White with #6307B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6307B5; }
p { color: rgb(99,7,181); }
H1.HeaderClassName
{
color: #6307B5;
}
.AnyTagClassName
{
color: #6307B5;
}
</style>
background-color css
<style>
a { background-color: #6307B5; }
a { background-color: rgb(99,7,181); }
div.DivClassName
{
background-color: #6307B5;
}
.BgClassName
{
background-color: #6307B5;
}
</style>
border-color css
<style>
span { border-color: #6307B5; }
span { border-color: rgb(99,7,181); }
td.TdClassName
{
border-color: #6307B5;
}
.TagClassName
{
border-color: #6307B5;
}
</style>