Html Css Color HEX #74568A Affair

📋 copy color: '#74568A'

red 116 ◦ green 86 ◦ blue 138

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

Shades of Affair #74568A

Tints of Affair #74568A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 138 (54.3% from 255) = 40.59%

R = 34.12%
G = 25.29%
B = 40.59%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74568A (or 0x74568A) is known color: Affair. HEX triplet: 74, 56 and 8A. RGB value is (116,86,138). Sum of RGB (Red+Green+Blue) = 116+86+138=340 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #74568A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74568A is #8BA975. Grayscale: #646464. Windows color (decimal): -9152886 or 9066100. OLE color: 9066100.

HSL color Cylindrical-coordinate representation of color #74568A: hue angle of 274.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74568A is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 86 138 -
CMYK 0.16 0.38 0 0.46
HSL 274.62º 0.23% 0.44% -
HSV(B) 274.62º 0.38% 0.54% -
XYZ 15.12 12.2 25.6 -
YUV 100.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 116 86 138 0.16 0.38 0 0.46 274.62 0.23 0.44
Hex 74 56 8A 10 26 0 2E 113 17 2C
Octal 164 126 212 20 46 0 56 423 27 54
Binary 1110100 1010110 10001010 10000 100110 0 101110 100010011 10111 101100

Color Harmonies of #74568A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74568A

Black with #74568A

Text Example


Text Example

White with #74568A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74568A; }

 p { color: rgb(116,86,138); }

 H1.HeaderClassName
 {
   color: #74568A;
 }
 .AnyTagClassName
 {
   color: #74568A;
 }
</style>

background-color css

<style>
 a { background-color: #74568A; }

 a { background-color: rgb(116,86,138); }

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

border-color css

<style>
 span { border-color: #74568A; }

 span { border-color: rgb(116,86,138); }

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