Html Css Color HEX #74438A Affair

📋 copy color: '#74438A'

red 116 ◦ green 67 ◦ blue 138

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

Shades of Affair #74438A

Tints of Affair #74438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.87%

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

R = 36.14%
G = 20.87%
B = 42.99%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#74438A (or 0x74438A) is known color: Affair. HEX triplet: 74, 43 and 8A. RGB value is (116,67,138). Sum of RGB (Red+Green+Blue) = 116+67+138=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #74438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74438A is #8BBC75. Grayscale: #595959. Windows color (decimal): -9157750 or 9061236. OLE color: 9061236.

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

Color convert

RGB 116 67 138 -
CMYK 0.16 0.51 0 0.46
HSL 281.41º 0.35% 0.4% -
HSV(B) 281.41º 0.51% 0.54% -
XYZ 13.8 9.56 25.16 -
YUV 89.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 116 67 138 0.16 0.51 0 0.46 281.41 0.35 0.4
Hex 74 43 8A 10 33 0 2E 119 23 28
Octal 164 103 212 20 63 0 56 431 43 50
Binary 1110100 1000011 10001010 10000 110011 0 101110 100011001 100011 101000

Color Harmonies of #74438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74438A

Black with #74438A

Text Example


Text Example

White with #74438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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