Html Css Color HEX #745D98 Butterfly Bush

📋 copy color: '#745D98'

red 116 ◦ green 93 ◦ blue 152

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

Shades of Butterfly Bush #745D98

Tints of Butterfly Bush #745D98

RGB

 RED value IS 116 (45.7% from 255) = 32.13%

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

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

R = 32.13%
G = 25.76%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#745D98 (or 0x745D98) is known color: Butterfly Bush. HEX triplet: 74, 5D and 98. RGB value is (116,93,152). Sum of RGB (Red+Green+Blue) = 116+93+152=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 93 (36.72% from 255 or 25.76% 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 #745D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D98 is #8BA267. Grayscale: #6A6A6A. Windows color (decimal): -9151080 or 9985396. OLE color: 9985396.

HSL color Cylindrical-coordinate representation of color #745D98: hue angle of 263.39º degrees, saturation: 0.24, 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 #745D98 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 93 152 -
CMYK 0.24 0.39 0 0.40
HSL 263.39º 0.24% 0.48% -
HSV(B) 263.39º 0.39% 0.6% -
XYZ 16.78 13.81 31.49 -
YUV 106.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 116 93 152 0.24 0.39 0 0.40 263.39 0.24 0.48
Hex 74 5D 98 18 27 0 28 107 18 30
Octal 164 135 230 30 47 0 50 407 30 60
Binary 1110100 1011101 10011000 11000 100111 0 101000 100000111 11000 110000

Color Harmonies of #745D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745D98

Black with #745D98

Text Example


Text Example

White with #745D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745D98; }

 p { color: rgb(116,93,152); }

 H1.HeaderClassName
 {
   color: #745D98;
 }
 .AnyTagClassName
 {
   color: #745D98;
 }
</style>

background-color css

<style>
 a { background-color: #745D98; }

 a { background-color: rgb(116,93,152); }

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

border-color css

<style>
 span { border-color: #745D98; }

 span { border-color: rgb(116,93,152); }

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