Html Css Color HEX #7B5684 Affair

📋 copy color: '#7B5684'

red 123 ◦ green 86 ◦ blue 132

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

Shades of Affair #7B5684

Tints of Affair #7B5684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

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

R = 36.07%
G = 25.22%
B = 38.71%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B5684 (or 0x7B5684) is known color: Affair. HEX triplet: 7B, 56 and 84. RGB value is (123,86,132). Sum of RGB (Red+Green+Blue) = 123+86+132=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B5684 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5684 is #84A97B. Grayscale: #666666. Windows color (decimal): -8694140 or 8672891. OLE color: 8672891.

HSL color Cylindrical-coordinate representation of color #7B5684: hue angle of 288.26º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B5684 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 86 132 -
CMYK 0.07 0.35 0 0.48
HSL 288.26º 0.21% 0.43% -
HSV(B) 288.26º 0.35% 0.52% -
XYZ 15.66 12.53 23.42 -
YUV 102.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 123 86 132 0.07 0.35 0 0.48 288.26 0.21 0.43
Hex 7B 56 84 7 23 0 30 120 15 2B
Octal 173 126 204 7 43 0 60 440 25 53
Binary 1111011 1010110 10000100 111 100011 0 110000 100100000 10101 101011

Color Harmonies of #7B5684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5684

Black with #7B5684

Text Example


Text Example

White with #7B5684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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