Html Css Color HEX #755D92 Butterfly Bush

📋 copy color: '#755D92'

red 117 ◦ green 93 ◦ blue 146

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

Shades of Butterfly Bush #755D92

Tints of Butterfly Bush #755D92

RGB

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

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

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

R = 32.87%
G = 26.12%
B = 41.01%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#755D92 (or 0x755D92) is known color: Butterfly Bush. HEX triplet: 75, 5D and 92. RGB value is (117,93,146). Sum of RGB (Red+Green+Blue) = 117+93+146=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 146 - color contains mainly: blue. Hex color #755D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D92 is #8AA26D. Grayscale: #6A6A6A. Windows color (decimal): -9085550 or 9592181. OLE color: 9592181.

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

Color convert

RGB 117 93 146 -
CMYK 0.20 0.36 0 0.43
HSL 267.17º 0.22% 0.47% -
HSV(B) 267.17º 0.36% 0.57% -
XYZ 16.44 13.69 28.97 -
YUV 106.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 117 93 146 0.20 0.36 0 0.43 267.17 0.22 0.47
Hex 75 5D 92 14 24 0 2B 10B 16 2F
Octal 165 135 222 24 44 0 53 413 26 57
Binary 1110101 1011101 10010010 10100 100100 0 101011 100001011 10110 101111

Color Harmonies of #755D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D92

Black with #755D92

Text Example


Text Example

White with #755D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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