Html Css Color HEX #7B5494 Affair

📋 copy color: '#7B5494'

red 123 ◦ green 84 ◦ blue 148

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

Shades of Affair #7B5494

Tints of Affair #7B5494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.66%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 34.65%
G = 23.66%
B = 41.69%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7B5494 (or 0x7B5494) is known color: Affair. HEX triplet: 7B, 54 and 94. RGB value is (123,84,148). Sum of RGB (Red+Green+Blue) = 123+84+148=355 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.65% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 148 - color contains mainly: blue. Hex color #7B5494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5494 is #84AB6B. Grayscale: #666666. Windows color (decimal): -8694636 or 9720955. OLE color: 9720955.

HSL color Cylindrical-coordinate representation of color #7B5494: hue angle of 276.56º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5494 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 123 84 148 -
CMYK 0.17 0.43 0 0.42
HSL 276.56º 0.28% 0.45% -
HSV(B) 276.56º 0.43% 0.58% -
XYZ 16.68 12.69 29.59 -
YUV 102.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 123 84 148 0.17 0.43 0 0.42 276.56 0.28 0.45
Hex 7B 54 94 11 2B 0 2A 115 1C 2D
Octal 173 124 224 21 53 0 52 425 34 55
Binary 1111011 1010100 10010100 10001 101011 0 101010 100010101 11100 101101

Color Harmonies of #7B5494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5494

Black with #7B5494

Text Example


Text Example

White with #7B5494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,84,148); }

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

background-color css

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

 a { background-color: rgb(123,84,148); }

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

border-color css

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

 span { border-color: rgb(123,84,148); }

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