Html Css Color HEX #754088 Affair

📋 copy color: '#754088'

red 117 ◦ green 64 ◦ blue 136

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

Shades of Affair #754088

Tints of Affair #754088

RGB

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

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

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

R = 36.91%
G = 20.19%
B = 42.9%

CMYK

 C value IS 0.14

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#754088 (or 0x754088) is known color: Affair. HEX triplet: 75, 40 and 88. RGB value is (117,64,136). Sum of RGB (Red+Green+Blue) = 117+64+136=317 (41% of max value = 765). Red value is 117 (46.09% from 255 or 36.91% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #754088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754088 is #8ABF77. Grayscale: #575757. Windows color (decimal): -9092984 or 8929397. OLE color: 8929397.

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

Color convert

RGB 117 64 136 -
CMYK 0.14 0.53 0 0.47
HSL 284.17º 0.36% 0.39% -
HSV(B) 284.17º 0.53% 0.53% -
XYZ 13.61 9.23 24.36 -
YUV 88.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 117 64 136 0.14 0.53 0 0.47 284.17 0.36 0.39
Hex 75 40 88 E 35 0 2F 11C 24 27
Octal 165 100 210 16 65 0 57 434 44 47
Binary 1110101 1000000 10001000 1110 110101 0 101111 100011100 100100 100111

Color Harmonies of #754088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754088

Black with #754088

Text Example


Text Example

White with #754088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754088; }

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

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

background-color css

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

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

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

border-color css

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

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

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