Shades of Scarlet Gum #440655
Tints of Scarlet Gum #440655
RGB
CMYK
RGB Variations
Color information
#440655 (or 0x440655) is known color: Scarlet Gum. HEX triplet: 44, 06 and 55. RGB value is (68,6,85). Sum of RGB (Red+Green+Blue) = 68+6+85=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 85 (33.59% from 255 or 53.46% from 159); Max value from RGB is 85 - color contains mainly: blue. Hex color #440655 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440655 is #BBF9AA. Grayscale: #212121. Windows color (decimal): -12319147 or 5572164. OLE color: 5572164.
HSL color Cylindrical-coordinate representation of color #440655: hue angle of 287.09º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440655 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 6 | 85 | - |
| CMYK | 0.20 | 0.93 | 0 | 0.67 |
| HSL | 287.09º | 0.87% | 0.18% | - |
| HSV(B) | 287.09º | 0.93% | 0.33% | - |
| XYZ | 4.09 | 2.02 | 8.77 | - |
| YUV | 33.54 | 157.04 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 6 | 85 | 0.20 | 0.93 | 0 | 0.67 | 287.09 | 0.87 | 0.18 |
| Hex | 44 | 6 | 55 | 14 | 5D | 0 | 43 | 11F | 57 | 12 |
| Octal | 104 | 6 | 125 | 24 | 135 | 0 | 103 | 437 | 127 | 22 |
| Binary | 1000100 | 110 | 1010101 | 10100 | 1011101 | 0 | 1000011 | 100011111 | 1010111 | 10010 |
Color Harmonies of #440655
Complementary color
Monochromatic Colors of #440655
Black with #440655
Text Example
Text Example
White with #440655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440655; }
p { color: rgb(68,6,85); }
H1.HeaderClassName
{
color: #440655;
}
.AnyTagClassName
{
color: #440655;
}
</style>
background-color css
<style>
a { background-color: #440655; }
a { background-color: rgb(68,6,85); }
div.DivClassName
{
background-color: #440655;
}
.BgClassName
{
background-color: #440655;
}
</style>
border-color css
<style>
span { border-color: #440655; }
span { border-color: rgb(68,6,85); }
td.TdClassName
{
border-color: #440655;
}
.TagClassName
{
border-color: #440655;
}
</style>