Html Css Color HEX #754688 Affair

📋 copy color: '#754688'

red 117 ◦ green 70 ◦ blue 136

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

Shades of Affair #754688

Tints of Affair #754688

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 36.22%
G = 21.67%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#754688 (or 0x754688) is known color: Affair. HEX triplet: 75, 46 and 88. RGB value is (117,70,136). Sum of RGB (Red+Green+Blue) = 117+70+136=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #754688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754688 is #8AB977. Grayscale: #5B5B5B. Windows color (decimal): -9091448 or 8930933. OLE color: 8930933.

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

Color convert

RGB 117 70 136 -
CMYK 0.14 0.49 0 0.47
HSL 282.73º 0.32% 0.4% -
HSV(B) 282.73º 0.49% 0.53% -
XYZ 13.97 9.94 24.47 -
YUV 91.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 117 70 136 0.14 0.49 0 0.47 282.73 0.32 0.4
Hex 75 46 88 E 31 0 2F 11B 20 28
Octal 165 106 210 16 61 0 57 433 40 50
Binary 1110101 1000110 10001000 1110 110001 0 101111 100011011 100000 101000

Color Harmonies of #754688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754688

Black with #754688

Text Example


Text Example

White with #754688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754688; }

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

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

background-color css

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

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

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

border-color css

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

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

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