Html Css Color HEX #76438C Affair

📋 copy color: '#76438C'

red 118 ◦ green 67 ◦ blue 140

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

Shades of Affair #76438C

Tints of Affair #76438C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 36.31%
G = 20.62%
B = 43.08%

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

#76438C (or 0x76438C) is known color: Affair. HEX triplet: 76, 43 and 8C. RGB value is (118,67,140). Sum of RGB (Red+Green+Blue) = 118+67+140=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #76438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76438C is #89BC73. Grayscale: #5A5A5A. Windows color (decimal): -9026676 or 9192310. OLE color: 9192310.

HSL color Cylindrical-coordinate representation of color #76438C: hue angle of 281.92º degrees, saturation: 0.35, 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 #76438C is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 67 140 -
CMYK 0.16 0.52 0 0.45
HSL 281.92º 0.35% 0.41% -
HSV(B) 281.92º 0.52% 0.55% -
XYZ 14.21 9.76 25.95 -
YUV 90.57 155.9 147.56 -
System Red Green Blue C M Y K H S L
Decimal 118 67 140 0.16 0.52 0 0.45 281.92 0.35 0.41
Hex 76 43 8C 10 34 0 2D 11A 23 29
Octal 166 103 214 20 64 0 55 432 43 51
Binary 1110110 1000011 10001100 10000 110100 0 101101 100011010 100011 101001

Color Harmonies of #76438C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76438C

Black with #76438C

Text Example


Text Example

White with #76438C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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