Html Css Color HEX #76578F Affair

📋 copy color: '#76578F'

red 118 ◦ green 87 ◦ blue 143

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

Shades of Affair #76578F

Tints of Affair #76578F

RGB

 RED value IS 118 (46.48% from 255) = 33.91%

 GREEN value IS 87 (34.38% from 255) = 25%

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

R = 33.91%
G = 25%
B = 41.09%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76578F (or 0x76578F) is known color: Affair. HEX triplet: 76, 57 and 8F. RGB value is (118,87,143). Sum of RGB (Red+Green+Blue) = 118+87+143=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 143 - color contains mainly: blue. Hex color #76578F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76578F is #89A870. Grayscale: #666666. Windows color (decimal): -9021553 or 9394038. OLE color: 9394038.

HSL color Cylindrical-coordinate representation of color #76578F: hue angle of 273.21º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76578F is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 87 143 -
CMYK 0.17 0.39 0 0.44
HSL 273.21º 0.24% 0.45% -
HSV(B) 273.21º 0.39% 0.56% -
XYZ 15.84 12.65 27.59 -
YUV 102.65 150.77 138.95 -
System Red Green Blue C M Y K H S L
Decimal 118 87 143 0.17 0.39 0 0.44 273.21 0.24 0.45
Hex 76 57 8F 11 27 0 2C 111 18 2D
Octal 166 127 217 21 47 0 54 421 30 55
Binary 1110110 1010111 10001111 10001 100111 0 101100 100010001 11000 101101

Color Harmonies of #76578F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76578F

Black with #76578F

Text Example


Text Example

White with #76578F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,87,143); }

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

background-color css

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

 a { background-color: rgb(118,87,143); }

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

border-color css

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

 span { border-color: rgb(118,87,143); }

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