Html Css Color HEX #745893 Butterfly Bush

📋 copy color: '#745893'

red 116 ◦ green 88 ◦ blue 147

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

Shades of Butterfly Bush #745893

Tints of Butterfly Bush #745893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.07%

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

R = 33.05%
G = 25.07%
B = 41.88%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#745893 (or 0x745893) is known color: Butterfly Bush. HEX triplet: 74, 58 and 93. RGB value is (116,88,147). Sum of RGB (Red+Green+Blue) = 116+88+147=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #745893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745893 is #8BA76C. Grayscale: #666666. Windows color (decimal): -9152365 or 9656436. OLE color: 9656436.

HSL color Cylindrical-coordinate representation of color #745893: hue angle of 268.47º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745893 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 88 147 -
CMYK 0.21 0.40 0 0.42
HSL 268.47º 0.25% 0.46% -
HSV(B) 268.47º 0.4% 0.58% -
XYZ 15.96 12.8 29.23 -
YUV 103.1 152.78 137.2 -
System Red Green Blue C M Y K H S L
Decimal 116 88 147 0.21 0.40 0 0.42 268.47 0.25 0.46
Hex 74 58 93 15 28 0 2A 10C 19 2E
Octal 164 130 223 25 50 0 52 414 31 56
Binary 1110100 1011000 10010011 10101 101000 0 101010 100001100 11001 101110

Color Harmonies of #745893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745893

Black with #745893

Text Example


Text Example

White with #745893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745893; }

 p { color: rgb(116,88,147); }

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

background-color css

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

 a { background-color: rgb(116,88,147); }

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

border-color css

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

 span { border-color: rgb(116,88,147); }

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