Html Css Color HEX #755992 Butterfly Bush

📋 copy color: '#755992'

red 117 ◦ green 89 ◦ blue 146

#755992
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Butterfly Bush #755992

Tints of Butterfly Bush #755992

RGB

 RED value IS 117 (46.09% from 255) = 33.24%

 GREEN value IS 89 (35.16% from 255) = 25.28%

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 33.24%
G = 25.28%
B = 41.48%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#755992 (or 0x755992) is known color: Butterfly Bush. HEX triplet: 75, 59 and 92. RGB value is (117,89,146). Sum of RGB (Red+Green+Blue) = 117+89+146=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #755992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755992 is #8AA66D. Grayscale: #676767. Windows color (decimal): -9086574 or 9591157. OLE color: 9591157.

HSL color Cylindrical-coordinate representation of color #755992: hue angle of 269.47º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755992 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 89 146 -
CMYK 0.20 0.39 0 0.43
HSL 269.47º 0.24% 0.46% -
HSV(B) 269.47º 0.39% 0.57% -
XYZ 16.1 13 28.86 -
YUV 103.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 117 89 146 0.20 0.39 0 0.43 269.47 0.24 0.46
Hex 75 59 92 14 27 0 2B 10D 18 2E
Octal 165 131 222 24 47 0 53 415 30 56
Binary 1110101 1011001 10010010 10100 100111 0 101011 100001101 11000 101110

Color Harmonies of #755992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755992

Black with #755992

Text Example


Text Example

White with #755992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755992; }

 p { color: rgb(117,89,146); }

 H1.HeaderClassName
 {
   color: #755992;
 }
 .AnyTagClassName
 {
   color: #755992;
 }
</style>

background-color css

<style>
 a { background-color: #755992; }

 a { background-color: rgb(117,89,146); }

 div.DivClassName
 {
   background-color: #755992;
 }
 .BgClassName
 {
   background-color: #755992;
 }
</style>

border-color css

<style>
 span { border-color: #755992; }

 span { border-color: rgb(117,89,146); }

 td.TdClassName
 {
   border-color: #755992;
 }
 .TagClassName
 {
   border-color: #755992;
 }
</style>