Html Css Color HEX #74467E Affair

📋 copy color: '#74467E'

red 116 ◦ green 70 ◦ blue 126

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

Shades of Affair #74467E

Tints of Affair #74467E

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 126 (49.61% from 255) = 40.38%

R = 37.18%
G = 22.44%
B = 40.38%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#74467E (or 0x74467E) is known color: Affair. HEX triplet: 74, 46 and 7E. RGB value is (116,70,126). Sum of RGB (Red+Green+Blue) = 116+70+126=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 126 - color contains mainly: blue. Hex color #74467E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74467E is #8BB981. Grayscale: #595959. Windows color (decimal): -9156994 or 8275572. OLE color: 8275572.

HSL color Cylindrical-coordinate representation of color #74467E: hue angle of 289.29º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74467E is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 116 70 126 -
CMYK 0.08 0.44 0 0.51
HSL 289.29º 0.29% 0.38% -
HSV(B) 289.29º 0.44% 0.49% -
XYZ 13.16 9.6 20.9 -
YUV 90.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 116 70 126 0.08 0.44 0 0.51 289.29 0.29 0.38
Hex 74 46 7E 8 2C 0 33 121 1D 26
Octal 164 106 176 10 54 0 63 441 35 46
Binary 1110100 1000110 1111110 1000 101100 0 110011 100100001 11101 100110

Color Harmonies of #74467E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74467E

Black with #74467E

Text Example


Text Example

White with #74467E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,70,126); }

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

background-color css

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

 a { background-color: rgb(116,70,126); }

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

border-color css

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

 span { border-color: rgb(116,70,126); }

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