Html Css Color HEX #76458D Affair

📋 copy color: '#76458D'

red 118 ◦ green 69 ◦ blue 141

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

Shades of Affair #76458D

Tints of Affair #76458D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 35.98%
G = 21.04%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76458D (or 0x76458D) is known color: Affair. HEX triplet: 76, 45 and 8D. RGB value is (118,69,141). Sum of RGB (Red+Green+Blue) = 118+69+141=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 69 (27.34% from 255 or 21.04% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 141 - color contains mainly: blue. Hex color #76458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76458D is #89BA72. Grayscale: #5B5B5B. Windows color (decimal): -9026163 or 9258358. OLE color: 9258358.

HSL color Cylindrical-coordinate representation of color #76458D: hue angle of 280.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76458D is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 69 141 -
CMYK 0.16 0.51 0 0.45
HSL 280.83º 0.34% 0.41% -
HSV(B) 280.83º 0.51% 0.55% -
XYZ 14.41 10.03 26.38 -
YUV 91.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 118 69 141 0.16 0.51 0 0.45 280.83 0.34 0.41
Hex 76 45 8D 10 33 0 2D 119 22 29
Octal 166 105 215 20 63 0 55 431 42 51
Binary 1110110 1000101 10001101 10000 110011 0 101101 100011001 100010 101001

Color Harmonies of #76458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76458D

Black with #76458D

Text Example


Text Example

White with #76458D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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