Html Css Color HEX #76458E Affair

📋 copy color: '#76458E'

red 118 ◦ green 69 ◦ blue 142

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

Shades of Affair #76458E

Tints of Affair #76458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 35.87%
G = 20.97%
B = 43.16%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76458E (or 0x76458E) is known color: Affair. HEX triplet: 76, 45 and 8E. RGB value is (118,69,142). Sum of RGB (Red+Green+Blue) = 118+69+142=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #76458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458E is #89BA71. Grayscale: #5B5B5B. Windows color (decimal): -9026162 or 9323894. OLE color: 9323894.

HSL color Cylindrical-coordinate representation of color #76458E: hue angle of 280.27º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76458E is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 69 142 -
CMYK 0.17 0.51 0 0.44
HSL 280.27º 0.35% 0.41% -
HSV(B) 280.27º 0.51% 0.56% -
XYZ 14.48 10.06 26.77 -
YUV 91.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 118 69 142 0.17 0.51 0 0.44 280.27 0.35 0.41
Hex 76 45 8E 11 33 0 2C 118 23 29
Octal 166 105 216 21 63 0 54 430 43 51
Binary 1110110 1000101 10001110 10001 110011 0 101100 100011000 100011 101001

Color Harmonies of #76458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76458E

Black with #76458E

Text Example


Text Example

White with #76458E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,69,142); }

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

background-color css

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

 a { background-color: rgb(118,69,142); }

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

border-color css

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

 span { border-color: rgb(118,69,142); }

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