Html Css Color HEX #76438D Affair

📋 copy color: '#76438D'

red 118 ◦ green 67 ◦ blue 141

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

Shades of Affair #76438D

Tints of Affair #76438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.55%

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

R = 36.2%
G = 20.55%
B = 43.25%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76438D (or 0x76438D) is known color: Affair. HEX triplet: 76, 43 and 8D. RGB value is (118,67,141). Sum of RGB (Red+Green+Blue) = 118+67+141=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #76438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76438D is #89BC72. Grayscale: #5A5A5A. Windows color (decimal): -9026675 or 9257846. OLE color: 9257846.

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

Color convert

RGB 118 67 141 -
CMYK 0.16 0.52 0 0.45
HSL 281.35º 0.36% 0.41% -
HSV(B) 281.35º 0.52% 0.55% -
XYZ 14.29 9.79 26.34 -
YUV 90.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 118 67 141 0.16 0.52 0 0.45 281.35 0.36 0.41
Hex 76 43 8D 10 34 0 2D 119 24 29
Octal 166 103 215 20 64 0 55 431 44 51
Binary 1110110 1000011 10001101 10000 110100 0 101101 100011001 100100 101001

Color Harmonies of #76438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76438D

Black with #76438D

Text Example


Text Example

White with #76438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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