Html Css Color HEX #7B608D Affair

📋 copy color: '#7B608D'

red 123 ◦ green 96 ◦ blue 141

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

Shades of Affair #7B608D

Tints of Affair #7B608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 34.17%
G = 26.67%
B = 39.17%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B608D (or 0x7B608D) is known color: Affair. HEX triplet: 7B, 60 and 8D. RGB value is (123,96,141). Sum of RGB (Red+Green+Blue) = 123+96+141=360 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.17% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B608D is #849F72. Grayscale: #6D6D6D. Windows color (decimal): -8691571 or 9265275. OLE color: 9265275.

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

Color convert

RGB 123 96 141 -
CMYK 0.13 0.32 0 0.45
HSL 276º 0.19% 0.46% -
HSV(B) 276º 0.32% 0.55% -
XYZ 17.16 14.5 27.09 -
YUV 109.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 123 96 141 0.13 0.32 0 0.45 276 0.19 0.46
Hex 7B 60 8D D 20 0 2D 114 13 2E
Octal 173 140 215 15 40 0 55 424 23 56
Binary 1111011 1100000 10001101 1101 100000 0 101101 100010100 10011 101110

Color Harmonies of #7B608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B608D

Black with #7B608D

Text Example


Text Example

White with #7B608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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