Html Css Color HEX #74458D Affair

📋 copy color: '#74458D'

red 116 ◦ green 69 ◦ blue 141

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

Shades of Affair #74458D

Tints of Affair #74458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 35.58%
G = 21.17%
B = 43.25%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#74458D (or 0x74458D) is known color: Affair. HEX triplet: 74, 45 and 8D. RGB value is (116,69,141). Sum of RGB (Red+Green+Blue) = 116+69+141=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #74458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74458D is #8BBA72. Grayscale: #5B5B5B. Windows color (decimal): -9157235 or 9258356. OLE color: 9258356.

HSL color Cylindrical-coordinate representation of color #74458D: hue angle of 279.17º 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 #74458D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 69 141 -
CMYK 0.18 0.51 0 0.45
HSL 279.17º 0.34% 0.41% -
HSV(B) 279.17º 0.51% 0.55% -
XYZ 14.14 9.89 26.36 -
YUV 91.26 156.07 145.65 -
System Red Green Blue C M Y K H S L
Decimal 116 69 141 0.18 0.51 0 0.45 279.17 0.34 0.41
Hex 74 45 8D 12 33 0 2D 117 22 29
Octal 164 105 215 22 63 0 55 427 42 51
Binary 1110100 1000101 10001101 10010 110011 0 101101 100010111 100010 101001

Color Harmonies of #74458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74458D

Black with #74458D

Text Example


Text Example

White with #74458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74458D; }

 p { color: rgb(116,69,141); }

 H1.HeaderClassName
 {
   color: #74458D;
 }
 .AnyTagClassName
 {
   color: #74458D;
 }
</style>

background-color css

<style>
 a { background-color: #74458D; }

 a { background-color: rgb(116,69,141); }

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

border-color css

<style>
 span { border-color: #74458D; }

 span { border-color: rgb(116,69,141); }

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