Html Css Color HEX #744692 Affair

📋 copy color: '#744692'

red 116 ◦ green 70 ◦ blue 146

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

Shades of Affair #744692

Tints of Affair #744692

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 34.94%
G = 21.08%
B = 43.98%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#744692 (or 0x744692) is known color: Affair. HEX triplet: 74, 46 and 92. RGB value is (116,70,146). Sum of RGB (Red+Green+Blue) = 116+70+146=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #744692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744692 is #8BB96D. Grayscale: #5C5C5C. Windows color (decimal): -9156974 or 9586292. OLE color: 9586292.

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

Color convert

RGB 116 70 146 -
CMYK 0.21 0.52 0 0.43
HSL 276.32º 0.35% 0.42% -
HSV(B) 276.32º 0.52% 0.57% -
XYZ 14.58 10.17 28.39 -
YUV 92.42 158.24 144.82 -
System Red Green Blue C M Y K H S L
Decimal 116 70 146 0.21 0.52 0 0.43 276.32 0.35 0.42
Hex 74 46 92 15 34 0 2B 114 23 2A
Octal 164 106 222 25 64 0 53 424 43 52
Binary 1110100 1000110 10010010 10101 110100 0 101011 100010100 100011 101010

Color Harmonies of #744692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744692

Black with #744692

Text Example


Text Example

White with #744692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744692; }

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

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

background-color css

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

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

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

border-color css

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

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

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