Shades of Purple Heart #6307BF
Tints of Purple Heart #6307BF
RGB
CMYK
RGB Variations
Color information
#6307BF (or 0x6307BF) is known color: Purple Heart. HEX triplet: 63, 07 and BF. RGB value is (99,7,191). Sum of RGB (Red+Green+Blue) = 99+7+191=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 7 (3.12% from 255 or 2.36% from 297); Blue value is 191 (75% from 255 or 64.31% from 297); Max value from RGB is 191 - color contains mainly: blue. Hex color #6307BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6307BF is #9CF840. Grayscale: #363636. Windows color (decimal): -10287169 or 12519267. OLE color: 12519267.
HSL color Cylindrical-coordinate representation of color #6307BF: hue angle of 270º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6307BF is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 7 | 191 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.25 |
| HSL | 270º | 0.93% | 0.39% | - |
| HSV(B) | 270º | 0.96% | 0.75% | - |
| XYZ | 14.63 | 6.57 | 49.79 | - |
| YUV | 55.48 | 204.48 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 7 | 191 | 0.48 | 0.96 | 0 | 0.25 | 270 | 0.93 | 0.39 |
| Hex | 63 | 7 | BF | 30 | 60 | 0 | 19 | 10E | 5D | 27 |
| Octal | 143 | 7 | 277 | 60 | 140 | 0 | 31 | 416 | 135 | 47 |
| Binary | 1100011 | 111 | 10111111 | 110000 | 1100000 | 0 | 11001 | 100001110 | 1011101 | 100111 |
Color Harmonies of #6307BF
Complementary color
Monochromatic Colors of #6307BF
Black with #6307BF
Text Example
Text Example
White with #6307BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6307BF; }
p { color: rgb(99,7,191); }
H1.HeaderClassName
{
color: #6307BF;
}
.AnyTagClassName
{
color: #6307BF;
}
</style>
background-color css
<style>
a { background-color: #6307BF; }
a { background-color: rgb(99,7,191); }
div.DivClassName
{
background-color: #6307BF;
}
.BgClassName
{
background-color: #6307BF;
}
</style>
border-color css
<style>
span { border-color: #6307BF; }
span { border-color: rgb(99,7,191); }
td.TdClassName
{
border-color: #6307BF;
}
.TagClassName
{
border-color: #6307BF;
}
</style>