Html Css Color HEX #74428E Affair

📋 copy color: '#74428E'

red 116 ◦ green 66 ◦ blue 142

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

Shades of Affair #74428E

Tints of Affair #74428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 35.8%
G = 20.37%
B = 43.83%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#74428E (or 0x74428E) is known color: Affair. HEX triplet: 74, 42 and 8E. RGB value is (116,66,142). Sum of RGB (Red+Green+Blue) = 116+66+142=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #74428E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74428E is #8BBD71. Grayscale: #595959. Windows color (decimal): -9158002 or 9323124. OLE color: 9323124.

HSL color Cylindrical-coordinate representation of color #74428E: hue angle of 279.47º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74428E is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 66 142 -
CMYK 0.18 0.54 0 0.44
HSL 279.47º 0.37% 0.41% -
HSV(B) 279.47º 0.54% 0.56% -
XYZ 14.03 9.56 26.7 -
YUV 89.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 116 66 142 0.18 0.54 0 0.44 279.47 0.37 0.41
Hex 74 42 8E 12 36 0 2C 117 25 29
Octal 164 102 216 22 66 0 54 427 45 51
Binary 1110100 1000010 10001110 10010 110110 0 101100 100010111 100101 101001

Color Harmonies of #74428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74428E

Black with #74428E

Text Example


Text Example

White with #74428E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,66,142); }

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

background-color css

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

 a { background-color: rgb(116,66,142); }

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

border-color css

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

 span { border-color: rgb(116,66,142); }

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