Html Css Color HEX #75618E Butterfly Bush

📋 copy color: '#75618E'

red 117 ◦ green 97 ◦ blue 142

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

Shades of Butterfly Bush #75618E

Tints of Butterfly Bush #75618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.89%

R = 32.87%
G = 27.25%
B = 39.89%

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

#75618E (or 0x75618E) is known color: Butterfly Bush. HEX triplet: 75, 61 and 8E. RGB value is (117,97,142). Sum of RGB (Red+Green+Blue) = 117+97+142=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #75618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75618E is #8A9E71. Grayscale: #6B6B6B. Windows color (decimal): -9084530 or 9331061. OLE color: 9331061.

HSL color Cylindrical-coordinate representation of color #75618E: hue angle of 266.67º 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 #75618E is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 97 142 -
CMYK 0.18 0.32 0 0.44
HSL 266.67º 0.19% 0.47% -
HSV(B) 266.67º 0.32% 0.56% -
XYZ 16.49 14.28 27.48 -
YUV 108.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 117 97 142 0.18 0.32 0 0.44 266.67 0.19 0.47
Hex 75 61 8E 12 20 0 2C 10B 13 2F
Octal 165 141 216 22 40 0 54 413 23 57
Binary 1110101 1100001 10001110 10010 100000 0 101100 100001011 10011 101111

Color Harmonies of #75618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75618E

Black with #75618E

Text Example


Text Example

White with #75618E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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