Html Css Color HEX #7B5884 Affair

📋 copy color: '#7B5884'

red 123 ◦ green 88 ◦ blue 132

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

Shades of Affair #7B5884

Tints of Affair #7B5884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

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

R = 35.86%
G = 25.66%
B = 38.48%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B5884 (or 0x7B5884) is known color: Affair. HEX triplet: 7B, 58 and 84. RGB value is (123,88,132). Sum of RGB (Red+Green+Blue) = 123+88+132=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B5884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5884 is #84A77B. Grayscale: #676767. Windows color (decimal): -8693628 or 8673403. OLE color: 8673403.

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

Color convert

RGB 123 88 132 -
CMYK 0.07 0.33 0 0.48
HSL 287.73º 0.2% 0.43% -
HSV(B) 287.73º 0.33% 0.52% -
XYZ 15.82 12.86 23.48 -
YUV 103.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 123 88 132 0.07 0.33 0 0.48 287.73 0.2 0.43
Hex 7B 58 84 7 21 0 30 120 14 2B
Octal 173 130 204 7 41 0 60 440 24 53
Binary 1111011 1011000 10000100 111 100001 0 110000 100100000 10100 101011

Color Harmonies of #7B5884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5884

Black with #7B5884

Text Example


Text Example

White with #7B5884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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