Html Css Color HEX #744487 Affair

📋 copy color: '#744487'

red 116 ◦ green 68 ◦ blue 135

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

Shades of Affair #744487

Tints of Affair #744487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

 BLUE value IS 135 (53.13% from 255) = 42.32%

R = 36.36%
G = 21.32%
B = 42.32%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#744487 (or 0x744487) is known color: Affair. HEX triplet: 74, 44 and 87. RGB value is (116,68,135). Sum of RGB (Red+Green+Blue) = 116+68+135=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #744487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744487 is #8BBB78. Grayscale: #595959. Windows color (decimal): -9157497 or 8864884. OLE color: 8864884.

HSL color Cylindrical-coordinate representation of color #744487: hue angle of 282.99º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #744487 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 68 135 -
CMYK 0.14 0.50 0 0.47
HSL 282.99º 0.33% 0.4% -
HSV(B) 282.99º 0.5% 0.53% -
XYZ 13.64 9.6 24.05 -
YUV 89.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 116 68 135 0.14 0.50 0 0.47 282.99 0.33 0.4
Hex 74 44 87 E 32 0 2F 11B 21 28
Octal 164 104 207 16 62 0 57 433 41 50
Binary 1110100 1000100 10000111 1110 110010 0 101111 100011011 100001 101000

Color Harmonies of #744487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744487

Black with #744487

Text Example


Text Example

White with #744487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744487; }

 p { color: rgb(116,68,135); }

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

background-color css

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

 a { background-color: rgb(116,68,135); }

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

border-color css

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

 span { border-color: rgb(116,68,135); }

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