Html Css Color HEX #74457F Affair

📋 copy color: '#74457F'

red 116 ◦ green 69 ◦ blue 127

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

Shades of Affair #74457F

Tints of Affair #74457F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 37.18%
G = 22.12%
B = 40.71%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#74457F (or 0x74457F) is known color: Affair. HEX triplet: 74, 45 and 7F. RGB value is (116,69,127). Sum of RGB (Red+Green+Blue) = 116+69+127=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 127 - color contains mainly: blue. Hex color #74457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74457F is #8BBA80. Grayscale: #595959. Windows color (decimal): -9157249 or 8340852. OLE color: 8340852.

HSL color Cylindrical-coordinate representation of color #74457F: hue angle of 288.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74457F is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 69 127 -
CMYK 0.09 0.46 0 0.50
HSL 288.62º 0.3% 0.38% -
HSV(B) 288.62º 0.46% 0.5% -
XYZ 13.16 9.5 21.22 -
YUV 89.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 116 69 127 0.09 0.46 0 0.50 288.62 0.3 0.38
Hex 74 45 7F 9 2E 0 32 121 1E 26
Octal 164 105 177 11 56 0 62 441 36 46
Binary 1110100 1000101 1111111 1001 101110 0 110010 100100001 11110 100110

Color Harmonies of #74457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74457F

Black with #74457F

Text Example


Text Example

White with #74457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74457F; }

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

 H1.HeaderClassName
 {
   color: #74457F;
 }
 .AnyTagClassName
 {
   color: #74457F;
 }
</style>

background-color css

<style>
 a { background-color: #74457F; }

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

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

border-color css

<style>
 span { border-color: #74457F; }

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

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