Html Css Color HEX #744382 Affair

📋 copy color: '#744382'

red 116 ◦ green 67 ◦ blue 130

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

Shades of Affair #744382

Tints of Affair #744382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.41%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 37.06%
G = 21.41%
B = 41.53%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#744382 (or 0x744382) is known color: Affair. HEX triplet: 74, 43 and 82. RGB value is (116,67,130). Sum of RGB (Red+Green+Blue) = 116+67+130=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #744382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744382 is #8BBC7D. Grayscale: #585858. Windows color (decimal): -9157758 or 8536948. OLE color: 8536948.

HSL color Cylindrical-coordinate representation of color #744382: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #744382 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 67 130 -
CMYK 0.11 0.48 0 0.49
HSL 286.67º 0.32% 0.39% -
HSV(B) 286.67º 0.48% 0.51% -
XYZ 13.24 9.34 22.22 -
YUV 88.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 116 67 130 0.11 0.48 0 0.49 286.67 0.32 0.39
Hex 74 43 82 B 30 0 31 11F 20 27
Octal 164 103 202 13 60 0 61 437 40 47
Binary 1110100 1000011 10000010 1011 110000 0 110001 100011111 100000 100111

Color Harmonies of #744382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744382

Black with #744382

Text Example


Text Example

White with #744382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744382; }

 p { color: rgb(116,67,130); }

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

background-color css

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

 a { background-color: rgb(116,67,130); }

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

border-color css

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

 span { border-color: rgb(116,67,130); }

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