Html Css Color HEX #755584 Affair

📋 copy color: '#755584'

red 117 ◦ green 85 ◦ blue 132

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

Shades of Affair #755584

Tints of Affair #755584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 132 (51.95% from 255) = 39.52%

R = 35.03%
G = 25.45%
B = 39.52%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#755584 (or 0x755584) is known color: Affair. HEX triplet: 75, 55 and 84. RGB value is (117,85,132). Sum of RGB (Red+Green+Blue) = 117+85+132=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 132 - color contains mainly: blue. Hex color #755584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755584 is #8AAA7B. Grayscale: #636363. Windows color (decimal): -9087612 or 8672629. OLE color: 8672629.

HSL color Cylindrical-coordinate representation of color #755584: hue angle of 280.85º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755584 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 117 85 132 -
CMYK 0.11 0.36 0 0.48
HSL 280.85º 0.22% 0.43% -
HSV(B) 280.85º 0.36% 0.52% -
XYZ 14.75 11.94 23.36 -
YUV 99.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 117 85 132 0.11 0.36 0 0.48 280.85 0.22 0.43
Hex 75 55 84 B 24 0 30 119 16 2B
Octal 165 125 204 13 44 0 60 431 26 53
Binary 1110101 1010101 10000100 1011 100100 0 110000 100011001 10110 101011

Color Harmonies of #755584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755584

Black with #755584

Text Example


Text Example

White with #755584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755584; }

 p { color: rgb(117,85,132); }

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

background-color css

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

 a { background-color: rgb(117,85,132); }

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

border-color css

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

 span { border-color: rgb(117,85,132); }

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