Shades of Purple Heart #6730BB
Tints of Purple Heart #6730BB
RGB
CMYK
RGB Variations
Color information
#6730BB (or 0x6730BB) is known color: Purple Heart. HEX triplet: 67, 30 and BB. RGB value is (103,48,187). Sum of RGB (Red+Green+Blue) = 103+48+187=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #6730BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730BB is #98CF44. Grayscale: #4F4F4F. Windows color (decimal): -10014533 or 12267623. OLE color: 12267623.
HSL color Cylindrical-coordinate representation of color #6730BB: hue angle of 263.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6730BB is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 48 | 187 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.27 |
| HSL | 263.74º | 0.59% | 0.46% | - |
| HSV(B) | 263.74º | 0.74% | 0.73% | - |
| XYZ | 15.62 | 8.59 | 47.85 | - |
| YUV | 80.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 187 | 0.45 | 0.74 | 0 | 0.27 | 263.74 | 0.59 | 0.46 |
| Hex | 67 | 30 | BB | 2D | 4A | 0 | 1B | 108 | 3B | 2E |
| Octal | 147 | 60 | 273 | 55 | 112 | 0 | 33 | 410 | 73 | 56 |
| Binary | 1100111 | 110000 | 10111011 | 101101 | 1001010 | 0 | 11011 | 100001000 | 111011 | 101110 |
Color Harmonies of #6730BB
Complementary color
Monochromatic Colors of #6730BB
Black with #6730BB
Text Example
Text Example
White with #6730BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730BB; }
p { color: rgb(103,48,187); }
H1.HeaderClassName
{
color: #6730BB;
}
.AnyTagClassName
{
color: #6730BB;
}
</style>
background-color css
<style>
a { background-color: #6730BB; }
a { background-color: rgb(103,48,187); }
div.DivClassName
{
background-color: #6730BB;
}
.BgClassName
{
background-color: #6730BB;
}
</style>
border-color css
<style>
span { border-color: #6730BB; }
span { border-color: rgb(103,48,187); }
td.TdClassName
{
border-color: #6730BB;
}
.TagClassName
{
border-color: #6730BB;
}
</style>