Html Css Color HEX #7B5584 Affair

📋 copy color: '#7B5584'

red 123 ◦ green 85 ◦ blue 132

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

Shades of Affair #7B5584

Tints of Affair #7B5584

RGB

 RED value IS 123 (48.44% from 255) = 36.18%

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

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

R = 36.18%
G = 25%
B = 38.82%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B5584 (or 0x7B5584) is known color: Affair. HEX triplet: 7B, 55 and 84. RGB value is (123,85,132). Sum of RGB (Red+Green+Blue) = 123+85+132=340 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.18% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B5584 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5584 is #84AA7B. Grayscale: #656565. Windows color (decimal): -8694396 or 8672635. OLE color: 8672635.

HSL color Cylindrical-coordinate representation of color #7B5584: hue angle of 288.51º 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 #7B5584 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 85 132 -
CMYK 0.07 0.36 0 0.48
HSL 288.51º 0.22% 0.43% -
HSV(B) 288.51º 0.36% 0.52% -
XYZ 15.58 12.37 23.4 -
YUV 101.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 123 85 132 0.07 0.36 0 0.48 288.51 0.22 0.43
Hex 7B 55 84 7 24 0 30 121 16 2B
Octal 173 125 204 7 44 0 60 441 26 53
Binary 1111011 1010101 10000100 111 100100 0 110000 100100001 10110 101011

Color Harmonies of #7B5584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5584

Black with #7B5584

Text Example


Text Example

White with #7B5584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B5584; }

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

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

background-color css

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

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

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

border-color css

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

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

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