Html Css Color HEX #74428D Affair

📋 copy color: '#74428D'

red 116 ◦ green 66 ◦ blue 141

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

Shades of Affair #74428D

Tints of Affair #74428D

RGB

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

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

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

R = 35.91%
G = 20.43%
B = 43.65%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74428D (or 0x74428D) is known color: Affair. HEX triplet: 74, 42 and 8D. RGB value is (116,66,141). Sum of RGB (Red+Green+Blue) = 116+66+141=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #74428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74428D is #8BBD72. Grayscale: #595959. Windows color (decimal): -9158003 or 9257588. OLE color: 9257588.

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

Color convert

RGB 116 66 141 -
CMYK 0.18 0.53 0 0.45
HSL 280º 0.36% 0.41% -
HSV(B) 280º 0.53% 0.55% -
XYZ 13.96 9.53 26.3 -
YUV 89.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 116 66 141 0.18 0.53 0 0.45 280 0.36 0.41
Hex 74 42 8D 12 35 0 2D 118 24 29
Octal 164 102 215 22 65 0 55 430 44 51
Binary 1110100 1000010 10001101 10010 110101 0 101101 100011000 100100 101001

Color Harmonies of #74428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74428D

Black with #74428D

Text Example


Text Example

White with #74428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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