Html Css Color HEX #7B4682 Affair

📋 copy color: '#7B4682'

red 123 ◦ green 70 ◦ blue 130

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

Shades of Affair #7B4682

Tints of Affair #7B4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 130 (51.17% from 255) = 40.25%

R = 38.08%
G = 21.67%
B = 40.25%

CMYK

 C value IS 0.05

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7B4682 (or 0x7B4682) is known color: Affair. HEX triplet: 7B, 46 and 82. RGB value is (123,70,130). Sum of RGB (Red+Green+Blue) = 123+70+130=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B4682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4682 is #84B97D. Grayscale: #5C5C5C. Windows color (decimal): -8698238 or 8537723. OLE color: 8537723.

HSL color Cylindrical-coordinate representation of color #7B4682: hue angle of 293º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4682 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 70 130 -
CMYK 0.05 0.46 0 0.49
HSL 293º 0.3% 0.39% -
HSV(B) 293º 0.46% 0.51% -
XYZ 14.39 10.2 22.33 -
YUV 92.69 149.06 149.62 -
System Red Green Blue C M Y K H S L
Decimal 123 70 130 0.05 0.46 0 0.49 293 0.3 0.39
Hex 7B 46 82 5 2E 0 31 125 1E 27
Octal 173 106 202 5 56 0 61 445 36 47
Binary 1111011 1000110 10000010 101 101110 0 110001 100100101 11110 100111

Color Harmonies of #7B4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4682

Black with #7B4682

Text Example


Text Example

White with #7B4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,70,130); }

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

background-color css

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

 a { background-color: rgb(123,70,130); }

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

border-color css

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

 span { border-color: rgb(123,70,130); }

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