Html Css Color HEX #74448B Affair

📋 copy color: '#74448B'

red 116 ◦ green 68 ◦ blue 139

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

Shades of Affair #74448B

Tints of Affair #74448B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

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

R = 35.91%
G = 21.05%
B = 43.03%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74448B (or 0x74448B) is known color: Affair. HEX triplet: 74, 44 and 8B. RGB value is (116,68,139). Sum of RGB (Red+Green+Blue) = 116+68+139=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #74448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74448B is #8BBB74. Grayscale: #5A5A5A. Windows color (decimal): -9157493 or 9127028. OLE color: 9127028.

HSL color Cylindrical-coordinate representation of color #74448B: hue angle of 280.56º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74448B is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 68 139 -
CMYK 0.17 0.51 0 0.45
HSL 280.56º 0.34% 0.41% -
HSV(B) 280.56º 0.51% 0.55% -
XYZ 13.93 9.71 25.57 -
YUV 90.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 116 68 139 0.17 0.51 0 0.45 280.56 0.34 0.41
Hex 74 44 8B 11 33 0 2D 119 22 29
Octal 164 104 213 21 63 0 55 431 42 51
Binary 1110100 1000100 10001011 10001 110011 0 101101 100011001 100010 101001

Color Harmonies of #74448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74448B

Black with #74448B

Text Example


Text Example

White with #74448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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