Html Css Color HEX #744592 Affair

📋 copy color: '#744592'

red 116 ◦ green 69 ◦ blue 146

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

Shades of Affair #744592

Tints of Affair #744592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.11%

R = 35.05%
G = 20.85%
B = 44.11%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#744592 (or 0x744592) is known color: Affair. HEX triplet: 74, 45 and 92. RGB value is (116,69,146). Sum of RGB (Red+Green+Blue) = 116+69+146=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 146 (57.42% from 255 or 44.11% from 331); Max value from RGB is 146 - color contains mainly: blue. Hex color #744592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744592 is #8BBA6D. Grayscale: #5B5B5B. Windows color (decimal): -9157230 or 9586036. OLE color: 9586036.

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

Color convert

RGB 116 69 146 -
CMYK 0.21 0.53 0 0.43
HSL 276.62º 0.36% 0.42% -
HSV(B) 276.62º 0.53% 0.57% -
XYZ 14.52 10.04 28.37 -
YUV 91.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 116 69 146 0.21 0.53 0 0.43 276.62 0.36 0.42
Hex 74 45 92 15 35 0 2B 115 24 2A
Octal 164 105 222 25 65 0 53 425 44 52
Binary 1110100 1000101 10010010 10101 110101 0 101011 100010101 100100 101010

Color Harmonies of #744592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744592

Black with #744592

Text Example


Text Example

White with #744592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744592; }

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

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

background-color css

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

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

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

border-color css

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

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

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