Html Css Color HEX #76538F Affair

📋 copy color: '#76538F'

red 118 ◦ green 83 ◦ blue 143

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

Shades of Affair #76538F

Tints of Affair #76538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.13%

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

R = 34.3%
G = 24.13%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76538F (or 0x76538F) is known color: Affair. HEX triplet: 76, 53 and 8F. RGB value is (118,83,143). Sum of RGB (Red+Green+Blue) = 118+83+143=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 143 - color contains mainly: blue. Hex color #76538F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76538F is #89AC70. Grayscale: #646464. Windows color (decimal): -9022577 or 9393014. OLE color: 9393014.

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

Color convert

RGB 118 83 143 -
CMYK 0.17 0.42 0 0.44
HSL 275º 0.27% 0.44% -
HSV(B) 275º 0.42% 0.56% -
XYZ 15.52 12.02 27.49 -
YUV 100.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 118 83 143 0.17 0.42 0 0.44 275 0.27 0.44
Hex 76 53 8F 11 2A 0 2C 113 1B 2C
Octal 166 123 217 21 52 0 54 423 33 54
Binary 1110110 1010011 10001111 10001 101010 0 101100 100010011 11011 101100

Color Harmonies of #76538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76538F

Black with #76538F

Text Example


Text Example

White with #76538F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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