Html Css Color HEX #74428C Affair

📋 copy color: '#74428C'

red 116 ◦ green 66 ◦ blue 140

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

Shades of Affair #74428C

Tints of Affair #74428C

RGB

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

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

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

R = 36.02%
G = 20.5%
B = 43.48%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74428C (or 0x74428C) is known color: Affair. HEX triplet: 74, 42 and 8C. RGB value is (116,66,140). Sum of RGB (Red+Green+Blue) = 116+66+140=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #74428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74428C is #8BBD73. Grayscale: #595959. Windows color (decimal): -9158004 or 9192052. OLE color: 9192052.

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

Color convert

RGB 116 66 140 -
CMYK 0.17 0.53 0 0.45
HSL 280.54º 0.36% 0.4% -
HSV(B) 280.54º 0.53% 0.55% -
XYZ 13.88 9.5 25.91 -
YUV 89.39 156.57 146.98 -
System Red Green Blue C M Y K H S L
Decimal 116 66 140 0.17 0.53 0 0.45 280.54 0.36 0.4
Hex 74 42 8C 11 35 0 2D 119 24 28
Octal 164 102 214 21 65 0 55 431 44 50
Binary 1110100 1000010 10001100 10001 110101 0 101101 100011001 100100 101000

Color Harmonies of #74428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74428C

Black with #74428C

Text Example


Text Example

White with #74428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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