Html Css Color HEX #755C93 Butterfly Bush

📋 copy color: '#755C93'

red 117 ◦ green 92 ◦ blue 147

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

Shades of Butterfly Bush #755C93

Tints of Butterfly Bush #755C93

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

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

R = 32.87%
G = 25.84%
B = 41.29%

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

#755C93 (or 0x755C93) is known color: Butterfly Bush. HEX triplet: 75, 5C and 93. RGB value is (117,92,147). Sum of RGB (Red+Green+Blue) = 117+92+147=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #755C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C93 is #8AA36C. Grayscale: #696969. Windows color (decimal): -9085805 or 9657461. OLE color: 9657461.

HSL color Cylindrical-coordinate representation of color #755C93: hue angle of 267.27º degrees, saturation: 0.23, 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 #755C93 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 92 147 -
CMYK 0.20 0.37 0 0.42
HSL 267.27º 0.23% 0.47% -
HSV(B) 267.27º 0.37% 0.58% -
XYZ 16.43 13.54 29.35 -
YUV 105.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 117 92 147 0.20 0.37 0 0.42 267.27 0.23 0.47
Hex 75 5C 93 14 25 0 2A 10B 17 2F
Octal 165 134 223 24 45 0 52 413 27 57
Binary 1110101 1011100 10010011 10100 100101 0 101010 100001011 10111 101111

Color Harmonies of #755C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C93

Black with #755C93

Text Example


Text Example

White with #755C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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