Shades of Purple Heart #6730CB
Tints of Purple Heart #6730CB
RGB
CMYK
RGB Variations
Color information
#6730CB (or 0x6730CB) is known color: Purple Heart. HEX triplet: 67, 30 and CB. RGB value is (103,48,203). Sum of RGB (Red+Green+Blue) = 103+48+203=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #6730CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6730CB is #98CF34. Grayscale: #515151. Windows color (decimal): -10014517 or 13316199. OLE color: 13316199.
HSL color Cylindrical-coordinate representation of color #6730CB: hue angle of 261.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6730CB is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 48 | 203 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.20 |
| HSL | 261.29º | 0.62% | 0.49% | - |
| HSV(B) | 261.29º | 0.76% | 0.8% | - |
| XYZ | 17.43 | 9.31 | 57.38 | - |
| YUV | 82.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 203 | 0.49 | 0.76 | 0 | 0.20 | 261.29 | 0.62 | 0.49 |
| Hex | 67 | 30 | CB | 31 | 4C | 0 | 14 | 105 | 3E | 31 |
| Octal | 147 | 60 | 313 | 61 | 114 | 0 | 24 | 405 | 76 | 61 |
| Binary | 1100111 | 110000 | 11001011 | 110001 | 1001100 | 0 | 10100 | 100000101 | 111110 | 110001 |
Color Harmonies of #6730CB
Complementary color
Monochromatic Colors of #6730CB
Black with #6730CB
Text Example
Text Example
White with #6730CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6730CB; }
p { color: rgb(103,48,203); }
H1.HeaderClassName
{
color: #6730CB;
}
.AnyTagClassName
{
color: #6730CB;
}
</style>
background-color css
<style>
a { background-color: #6730CB; }
a { background-color: rgb(103,48,203); }
div.DivClassName
{
background-color: #6730CB;
}
.BgClassName
{
background-color: #6730CB;
}
</style>
border-color css
<style>
span { border-color: #6730CB; }
span { border-color: rgb(103,48,203); }
td.TdClassName
{
border-color: #6730CB;
}
.TagClassName
{
border-color: #6730CB;
}
</style>