Html Css Color HEX #74538B Affair

📋 copy color: '#74538B'

red 116 ◦ green 83 ◦ blue 139

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

Shades of Affair #74538B

Tints of Affair #74538B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 34.32%
G = 24.56%
B = 41.12%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74538B (or 0x74538B) is known color: Affair. HEX triplet: 74, 53 and 8B. RGB value is (116,83,139). Sum of RGB (Red+Green+Blue) = 116+83+139=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #74538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #74538B is #8BAC74. Grayscale: #636363. Windows color (decimal): -9153653 or 9130868. OLE color: 9130868.

HSL color Cylindrical-coordinate representation of color #74538B: hue angle of 275.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74538B is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 83 139 -
CMYK 0.17 0.40 0 0.45
HSL 275.36º 0.25% 0.44% -
HSV(B) 275.36º 0.4% 0.55% -
XYZ 14.96 11.76 25.91 -
YUV 99.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 116 83 139 0.17 0.40 0 0.45 275.36 0.25 0.44
Hex 74 53 8B 11 28 0 2D 113 19 2C
Octal 164 123 213 21 50 0 55 423 31 54
Binary 1110100 1010011 10001011 10001 101000 0 101101 100010011 11001 101100

Color Harmonies of #74538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74538B

Black with #74538B

Text Example


Text Example

White with #74538B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74538B; }

 p { color: rgb(116,83,139); }

 H1.HeaderClassName
 {
   color: #74538B;
 }
 .AnyTagClassName
 {
   color: #74538B;
 }
</style>

background-color css

<style>
 a { background-color: #74538B; }

 a { background-color: rgb(116,83,139); }

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

border-color css

<style>
 span { border-color: #74538B; }

 span { border-color: rgb(116,83,139); }

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