Html Css Color HEX #754488 Affair

📋 copy color: '#754488'

red 117 ◦ green 68 ◦ blue 136

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

Shades of Affair #754488

Tints of Affair #754488

RGB

 RED value IS 117 (46.09% from 255) = 36.45%

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

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

R = 36.45%
G = 21.18%
B = 42.37%

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

#754488 (or 0x754488) is known color: Affair. HEX triplet: 75, 44 and 88. RGB value is (117,68,136). Sum of RGB (Red+Green+Blue) = 117+68+136=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 136 - color contains mainly: blue. Hex color #754488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754488 is #8ABB77. Grayscale: #5A5A5A. Windows color (decimal): -9091960 or 8930421. OLE color: 8930421.

HSL color Cylindrical-coordinate representation of color #754488: hue angle of 283.24º 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 #754488 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 68 136 -
CMYK 0.14 0.50 0 0.47
HSL 283.24º 0.33% 0.4% -
HSV(B) 283.24º 0.5% 0.53% -
XYZ 13.85 9.69 24.43 -
YUV 90.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 117 68 136 0.14 0.50 0 0.47 283.24 0.33 0.4
Hex 75 44 88 E 32 0 2F 11B 21 28
Octal 165 104 210 16 62 0 57 433 41 50
Binary 1110101 1000100 10001000 1110 110010 0 101111 100011011 100001 101000

Color Harmonies of #754488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754488

Black with #754488

Text Example


Text Example

White with #754488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754488; }

 p { color: rgb(117,68,136); }

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

background-color css

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

 a { background-color: rgb(117,68,136); }

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

border-color css

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

 span { border-color: rgb(117,68,136); }

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