Html Css Color HEX #74418B Affair

📋 copy color: '#74418B'

red 116 ◦ green 65 ◦ blue 139

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

Shades of Affair #74418B

Tints of Affair #74418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

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

R = 36.25%
G = 20.31%
B = 43.44%

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

#74418B (or 0x74418B) is known color: Affair. HEX triplet: 74, 41 and 8B. RGB value is (116,65,139). Sum of RGB (Red+Green+Blue) = 116+65+139=320 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.25% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #74418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74418B is #8BBE74. Grayscale: #585858. Windows color (decimal): -9158261 or 9126260. OLE color: 9126260.

HSL color Cylindrical-coordinate representation of color #74418B: hue angle of 281.35º 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 #74418B is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 65 139 -
CMYK 0.17 0.53 0 0.45
HSL 281.35º 0.36% 0.4% -
HSV(B) 281.35º 0.53% 0.55% -
XYZ 13.75 9.36 25.51 -
YUV 88.69 156.4 147.48 -
System Red Green Blue C M Y K H S L
Decimal 116 65 139 0.17 0.53 0 0.45 281.35 0.36 0.4
Hex 74 41 8B 11 35 0 2D 119 24 28
Octal 164 101 213 21 65 0 55 431 44 50
Binary 1110100 1000001 10001011 10001 110101 0 101101 100011001 100100 101000

Color Harmonies of #74418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74418B

Black with #74418B

Text Example


Text Example

White with #74418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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