Html Css Color HEX #7B618D Affair

📋 copy color: '#7B618D'

red 123 ◦ green 97 ◦ blue 141

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

Shades of Affair #7B618D

Tints of Affair #7B618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 34.07%
G = 26.87%
B = 39.06%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B618D (or 0x7B618D) is known color: Affair. HEX triplet: 7B, 61 and 8D. RGB value is (123,97,141). Sum of RGB (Red+Green+Blue) = 123+97+141=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B618D is #849E72. Grayscale: #6D6D6D. Windows color (decimal): -8691315 or 9265531. OLE color: 9265531.

HSL color Cylindrical-coordinate representation of color #7B618D: hue angle of 275.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B618D is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 97 141 -
CMYK 0.13 0.31 0 0.45
HSL 275.45º 0.18% 0.47% -
HSV(B) 275.45º 0.31% 0.55% -
XYZ 17.25 14.68 27.12 -
YUV 109.79 145.61 137.42 -
System Red Green Blue C M Y K H S L
Decimal 123 97 141 0.13 0.31 0 0.45 275.45 0.18 0.47
Hex 7B 61 8D D 1F 0 2D 113 12 2F
Octal 173 141 215 15 37 0 55 423 22 57
Binary 1111011 1100001 10001101 1101 11111 0 101101 100010011 10010 101111

Color Harmonies of #7B618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B618D

Black with #7B618D

Text Example


Text Example

White with #7B618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,141); }

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

background-color css

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

 a { background-color: rgb(123,97,141); }

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

border-color css

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

 span { border-color: rgb(123,97,141); }

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