Shades of Scarlet Gum #430E5C
Tints of Scarlet Gum #430E5C
RGB
CMYK
RGB Variations
Color information
#430E5C (or 0x430E5C) is known color: Scarlet Gum. HEX triplet: 43, 0E and 5C. RGB value is (67,14,92). Sum of RGB (Red+Green+Blue) = 67+14+92=173 (22% of max value = 765). Red value is 67 (26.56% from 255 or 38.73% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #430E5C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E5C is #BCF1A3. Grayscale: #262626. Windows color (decimal): -12382628 or 6032963. OLE color: 6032963.
HSL color Cylindrical-coordinate representation of color #430E5C: hue angle of 280.77º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #430E5C is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 14 | 92 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.64 |
| HSL | 280.77º | 0.74% | 0.21% | - |
| HSV(B) | 280.77º | 0.85% | 0.36% | - |
| XYZ | 4.4 | 2.28 | 10.33 | - |
| YUV | 38.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 14 | 92 | 0.27 | 0.85 | 0 | 0.64 | 280.77 | 0.74 | 0.21 |
| Hex | 43 | E | 5C | 1B | 55 | 0 | 40 | 119 | 4A | 15 |
| Octal | 103 | 16 | 134 | 33 | 125 | 0 | 100 | 431 | 112 | 25 |
| Binary | 1000011 | 1110 | 1011100 | 11011 | 1010101 | 0 | 1000000 | 100011001 | 1001010 | 10101 |
Color Harmonies of #430E5C
Complementary color
Monochromatic Colors of #430E5C
Black with #430E5C
Text Example
Text Example
White with #430E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430E5C; }
p { color: rgb(67,14,92); }
H1.HeaderClassName
{
color: #430E5C;
}
.AnyTagClassName
{
color: #430E5C;
}
</style>
background-color css
<style>
a { background-color: #430E5C; }
a { background-color: rgb(67,14,92); }
div.DivClassName
{
background-color: #430E5C;
}
.BgClassName
{
background-color: #430E5C;
}
</style>
border-color css
<style>
span { border-color: #430E5C; }
span { border-color: rgb(67,14,92); }
td.TdClassName
{
border-color: #430E5C;
}
.TagClassName
{
border-color: #430E5C;
}
</style>