Html Css Color HEX #7B5090 Affair

📋 copy color: '#7B5090'

red 123 ◦ green 80 ◦ blue 144

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

Shades of Affair #7B5090

Tints of Affair #7B5090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 35.45%
G = 23.05%
B = 41.5%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B5090 (or 0x7B5090) is known color: Affair. HEX triplet: 7B, 50 and 90. RGB value is (123,80,144). Sum of RGB (Red+Green+Blue) = 123+80+144=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #7B5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B5090 is #84AF6F. Grayscale: #636363. Windows color (decimal): -8695664 or 9457787. OLE color: 9457787.

HSL color Cylindrical-coordinate representation of color #7B5090: hue angle of 280.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B5090 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 80 144 -
CMYK 0.15 0.44 0 0.44
HSL 280.31º 0.29% 0.44% -
HSV(B) 280.31º 0.44% 0.56% -
XYZ 16.07 11.96 27.85 -
YUV 100.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 123 80 144 0.15 0.44 0 0.44 280.31 0.29 0.44
Hex 7B 50 90 F 2C 0 2C 118 1D 2C
Octal 173 120 220 17 54 0 54 430 35 54
Binary 1111011 1010000 10010000 1111 101100 0 101100 100011000 11101 101100

Color Harmonies of #7B5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5090

Black with #7B5090

Text Example


Text Example

White with #7B5090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,80,144); }

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

background-color css

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

 a { background-color: rgb(123,80,144); }

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

border-color css

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

 span { border-color: rgb(123,80,144); }

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