Shades of Purple Heart #6738B3
Tints of Purple Heart #6738B3
RGB
CMYK
RGB Variations
Color information
#6738B3 (or 0x6738B3) is known color: Purple Heart. HEX triplet: 67, 38 and B3. RGB value is (103,56,179). Sum of RGB (Red+Green+Blue) = 103+56+179=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #6738B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6738B3 is #98C74C. Grayscale: #535353. Windows color (decimal): -10012493 or 11745383. OLE color: 11745383.
HSL color Cylindrical-coordinate representation of color #6738B3: hue angle of 262.93º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6738B3 is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 56 | 179 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.30 |
| HSL | 262.93º | 0.52% | 0.46% | - |
| HSV(B) | 262.93º | 0.69% | 0.7% | - |
| XYZ | 15.14 | 8.97 | 43.58 | - |
| YUV | 84.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 179 | 0.42 | 0.69 | 0 | 0.30 | 262.93 | 0.52 | 0.46 |
| Hex | 67 | 38 | B3 | 2A | 45 | 0 | 1E | 107 | 34 | 2E |
| Octal | 147 | 70 | 263 | 52 | 105 | 0 | 36 | 407 | 64 | 56 |
| Binary | 1100111 | 111000 | 10110011 | 101010 | 1000101 | 0 | 11110 | 100000111 | 110100 | 101110 |
Color Harmonies of #6738B3
Complementary color
Monochromatic Colors of #6738B3
Black with #6738B3
Text Example
Text Example
White with #6738B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6738B3; }
p { color: rgb(103,56,179); }
H1.HeaderClassName
{
color: #6738B3;
}
.AnyTagClassName
{
color: #6738B3;
}
</style>
background-color css
<style>
a { background-color: #6738B3; }
a { background-color: rgb(103,56,179); }
div.DivClassName
{
background-color: #6738B3;
}
.BgClassName
{
background-color: #6738B3;
}
</style>
border-color css
<style>
span { border-color: #6738B3; }
span { border-color: rgb(103,56,179); }
td.TdClassName
{
border-color: #6738B3;
}
.TagClassName
{
border-color: #6738B3;
}
</style>