Html Css Color HEX #744793 Affair

📋 copy color: '#744793'

red 116 ◦ green 71 ◦ blue 147

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

Shades of Affair #744793

Tints of Affair #744793

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.26%

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 34.73%
G = 21.26%
B = 44.01%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#744793 (or 0x744793) is known color: Affair. HEX triplet: 74, 47 and 93. RGB value is (116,71,147). Sum of RGB (Red+Green+Blue) = 116+71+147=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #744793 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744793 is #8BB86C. Grayscale: #5C5C5C. Windows color (decimal): -9156717 or 9652084. OLE color: 9652084.

HSL color Cylindrical-coordinate representation of color #744793: hue angle of 275.53º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #744793 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 71 147 -
CMYK 0.21 0.52 0 0.42
HSL 275.53º 0.35% 0.43% -
HSV(B) 275.53º 0.52% 0.58% -
XYZ 14.72 10.33 28.82 -
YUV 93.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 116 71 147 0.21 0.52 0 0.42 275.53 0.35 0.43
Hex 74 47 93 15 34 0 2A 114 23 2B
Octal 164 107 223 25 64 0 52 424 43 53
Binary 1110100 1000111 10010011 10101 110100 0 101010 100010100 100011 101011

Color Harmonies of #744793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744793

Black with #744793

Text Example


Text Example

White with #744793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744793; }

 p { color: rgb(116,71,147); }

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

background-color css

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

 a { background-color: rgb(116,71,147); }

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

border-color css

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

 span { border-color: rgb(116,71,147); }

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