Shades of Butterfly Bush #735A8C
Tints of Butterfly Bush #735A8C
RGB
CMYK
RGB Variations
Color information
#735A8C (or 0x735A8C) is known color: Butterfly Bush. HEX triplet: 73, 5A and 8C. RGB value is (115,90,140). Sum of RGB (Red+Green+Blue) = 115+90+140=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 140 - color contains mainly: blue. Hex color #735A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735A8C is #8CA573. Grayscale: #676767. Windows color (decimal): -9217396 or 9198195. OLE color: 9198195.
HSL color Cylindrical-coordinate representation of color #735A8C: hue angle of 270º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #735A8C is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 115 | 90 | 140 | - |
CMYK | 0.18 | 0.36 | 0 | 0.45 |
HSL | 270º | 0.22% | 0.45% | - |
HSV(B) | 270º | 0.36% | 0.55% | - |
XYZ | 15.46 | 12.85 | 26.48 | - |
YUV | 103.18 | 148.78 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 115 | 90 | 140 | 0.18 | 0.36 | 0 | 0.45 | 270 | 0.22 | 0.45 |
Hex | 73 | 5A | 8C | 12 | 24 | 0 | 2D | 10E | 16 | 2D |
Octal | 163 | 132 | 214 | 22 | 44 | 0 | 55 | 416 | 26 | 55 |
Binary | 1110011 | 1011010 | 10001100 | 10010 | 100100 | 0 | 101101 | 100001110 | 10110 | 101101 |
Color Harmonies of #735A8C
Complementary color
Monochromatic Colors of #735A8C
Black with #735A8C
Text Example
Text Example
White with #735A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735A8C; }
p { color: rgb(115,90,140); }
H1.HeaderClassName
{
color: #735A8C;
}
.AnyTagClassName
{
color: #735A8C;
}
</style>
background-color css
<style>
a { background-color: #735A8C; }
a { background-color: rgb(115,90,140); }
div.DivClassName
{
background-color: #735A8C;
}
.BgClassName
{
background-color: #735A8C;
}
</style>
border-color css
<style>
span { border-color: #735A8C; }
span { border-color: rgb(115,90,140); }
td.TdClassName
{
border-color: #735A8C;
}
.TagClassName
{
border-color: #735A8C;
}
</style>