Html Css Color HEX #755D93 Butterfly Bush

📋 copy color: '#755D93'

red 117 ◦ green 93 ◦ blue 147

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

Shades of Butterfly Bush #755D93

Tints of Butterfly Bush #755D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.05%

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

R = 32.77%
G = 26.05%
B = 41.18%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755D93 (or 0x755D93) is known color: Butterfly Bush. HEX triplet: 75, 5D and 93. RGB value is (117,93,147). Sum of RGB (Red+Green+Blue) = 117+93+147=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 93 (36.72% from 255 or 26.05% from 357); Blue value is 147 (57.81% from 255 or 41.18% from 357); Max value from RGB is 147 - color contains mainly: blue. Hex color #755D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D93 is #8AA26C. Grayscale: #6A6A6A. Windows color (decimal): -9085549 or 9657717. OLE color: 9657717.

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

Color convert

RGB 117 93 147 -
CMYK 0.20 0.37 0 0.42
HSL 266.67º 0.23% 0.47% -
HSV(B) 266.67º 0.37% 0.58% -
XYZ 16.52 13.72 29.38 -
YUV 106.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 117 93 147 0.20 0.37 0 0.42 266.67 0.23 0.47
Hex 75 5D 93 14 25 0 2A 10B 16 2F
Octal 165 135 223 24 45 0 52 413 26 57
Binary 1110101 1011101 10010011 10100 100101 0 101010 100001011 10110 101111

Color Harmonies of #755D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D93

Black with #755D93

Text Example


Text Example

White with #755D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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