Html Css Color HEX #755B93 Butterfly Bush

📋 copy color: '#755B93'

red 117 ◦ green 91 ◦ blue 147

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

Shades of Butterfly Bush #755B93

Tints of Butterfly Bush #755B93

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.63%

 BLUE value IS 147 (57.81% from 255) = 41.41%

R = 32.96%
G = 25.63%
B = 41.41%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755B93 (or 0x755B93) is known color: Butterfly Bush. HEX triplet: 75, 5B and 93. RGB value is (117,91,147). Sum of RGB (Red+Green+Blue) = 117+91+147=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #755B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B93 is #8AA46C. Grayscale: #686868. Windows color (decimal): -9086061 or 9657205. OLE color: 9657205.

HSL color Cylindrical-coordinate representation of color #755B93: hue angle of 267.86º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #755B93 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 91 147 -
CMYK 0.20 0.38 0 0.42
HSL 267.86º 0.24% 0.47% -
HSV(B) 267.86º 0.38% 0.58% -
XYZ 16.34 13.37 29.32 -
YUV 105.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 117 91 147 0.20 0.38 0 0.42 267.86 0.24 0.47
Hex 75 5B 93 14 26 0 2A 10C 18 2F
Octal 165 133 223 24 46 0 52 414 30 57
Binary 1110101 1011011 10010011 10100 100110 0 101010 100001100 11000 101111

Color Harmonies of #755B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B93

Black with #755B93

Text Example


Text Example

White with #755B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B93; }

 p { color: rgb(117,91,147); }

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

background-color css

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

 a { background-color: rgb(117,91,147); }

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

border-color css

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

 span { border-color: rgb(117,91,147); }

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