Html Css Color HEX #744088 Affair

📋 copy color: '#744088'

red 116 ◦ green 64 ◦ blue 136

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

Shades of Affair #744088

Tints of Affair #744088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 136 (53.52% from 255) = 43.04%

R = 36.71%
G = 20.25%
B = 43.04%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#744088 (or 0x744088) is known color: Affair. HEX triplet: 74, 40 and 88. RGB value is (116,64,136). Sum of RGB (Red+Green+Blue) = 116+64+136=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 136 (53.52% from 255 or 43.04% from 316); Max value from RGB is 136 - color contains mainly: blue. Hex color #744088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #744088 is #8BBF77. Grayscale: #575757. Windows color (decimal): -9158520 or 8929396. OLE color: 8929396.

HSL color Cylindrical-coordinate representation of color #744088: hue angle of 283.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #744088 is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 64 136 -
CMYK 0.15 0.53 0 0.47
HSL 283.33º 0.36% 0.39% -
HSV(B) 283.33º 0.53% 0.53% -
XYZ 13.48 9.16 24.35 -
YUV 87.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 116 64 136 0.15 0.53 0 0.47 283.33 0.36 0.39
Hex 74 40 88 F 35 0 2F 11B 24 27
Octal 164 100 210 17 65 0 57 433 44 47
Binary 1110100 1000000 10001000 1111 110101 0 101111 100011011 100100 100111

Color Harmonies of #744088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744088

Black with #744088

Text Example


Text Example

White with #744088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744088; }

 p { color: rgb(116,64,136); }

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

background-color css

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

 a { background-color: rgb(116,64,136); }

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

border-color css

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

 span { border-color: rgb(116,64,136); }

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