Html Css Color HEX #755C98 Butterfly Bush

📋 copy color: '#755C98'

red 117 ◦ green 92 ◦ blue 152

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

Shades of Butterfly Bush #755C98

Tints of Butterfly Bush #755C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.11%

R = 32.41%
G = 25.48%
B = 42.11%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#755C98 (or 0x755C98) is known color: Butterfly Bush. HEX triplet: 75, 5C and 98. RGB value is (117,92,152). Sum of RGB (Red+Green+Blue) = 117+92+152=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #755C98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C98 is #8AA367. Grayscale: #6A6A6A. Windows color (decimal): -9085800 or 9985141. OLE color: 9985141.

HSL color Cylindrical-coordinate representation of color #755C98: hue angle of 265º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755C98 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 92 152 -
CMYK 0.23 0.39 0 0.40
HSL 265º 0.25% 0.48% -
HSV(B) 265º 0.39% 0.6% -
XYZ 16.83 13.7 31.46 -
YUV 106.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 117 92 152 0.23 0.39 0 0.40 265 0.25 0.48
Hex 75 5C 98 17 27 0 28 109 19 30
Octal 165 134 230 27 47 0 50 411 31 60
Binary 1110101 1011100 10011000 10111 100111 0 101000 100001001 11001 110000

Color Harmonies of #755C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C98

Black with #755C98

Text Example


Text Example

White with #755C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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