Html Css Color HEX #755C92 Butterfly Bush

📋 copy color: '#755C92'

red 117 ◦ green 92 ◦ blue 146

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

Shades of Butterfly Bush #755C92

Tints of Butterfly Bush #755C92

RGB

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

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

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

R = 32.96%
G = 25.92%
B = 41.13%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755C92 (or 0x755C92) is known color: Butterfly Bush. HEX triplet: 75, 5C and 92. RGB value is (117,92,146). Sum of RGB (Red+Green+Blue) = 117+92+146=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #755C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C92 is #8AA36D. Grayscale: #696969. Windows color (decimal): -9085806 or 9591925. OLE color: 9591925.

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

Color convert

RGB 117 92 146 -
CMYK 0.20 0.37 0 0.43
HSL 267.78º 0.23% 0.47% -
HSV(B) 267.78º 0.37% 0.57% -
XYZ 16.35 13.51 28.94 -
YUV 105.63 150.78 136.11 -
System Red Green Blue C M Y K H S L
Decimal 117 92 146 0.20 0.37 0 0.43 267.78 0.23 0.47
Hex 75 5C 92 14 25 0 2B 10C 17 2F
Octal 165 134 222 24 45 0 53 414 27 57
Binary 1110101 1011100 10010010 10100 100101 0 101011 100001100 10111 101111

Color Harmonies of #755C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C92

Black with #755C92

Text Example


Text Example

White with #755C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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