Html Css Color HEX #75618F Butterfly Bush

📋 copy color: '#75618F'

red 117 ◦ green 97 ◦ blue 143

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

Shades of Butterfly Bush #75618F

Tints of Butterfly Bush #75618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.17%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 32.77%
G = 27.17%
B = 40.06%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#75618F (or 0x75618F) is known color: Butterfly Bush. HEX triplet: 75, 61 and 8F. RGB value is (117,97,143). Sum of RGB (Red+Green+Blue) = 117+97+143=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #75618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75618F is #8A9E70. Grayscale: #6C6C6C. Windows color (decimal): -9084529 or 9396597. OLE color: 9396597.

HSL color Cylindrical-coordinate representation of color #75618F: hue angle of 266.09º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75618F is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 97 143 -
CMYK 0.18 0.32 0 0.44
HSL 266.09º 0.19% 0.47% -
HSV(B) 266.09º 0.32% 0.56% -
XYZ 16.57 14.31 27.88 -
YUV 108.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 117 97 143 0.18 0.32 0 0.44 266.09 0.19 0.47
Hex 75 61 8F 12 20 0 2C 10A 13 2F
Octal 165 141 217 22 40 0 54 412 23 57
Binary 1110101 1100001 10001111 10010 100000 0 101100 100001010 10011 101111

Color Harmonies of #75618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75618F

Black with #75618F

Text Example


Text Example

White with #75618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75618F; }

 p { color: rgb(117,97,143); }

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

background-color css

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

 a { background-color: rgb(117,97,143); }

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

border-color css

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

 span { border-color: rgb(117,97,143); }

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