Html Css Color HEX #7D608E Affair

📋 copy color: '#7D608E'

red 125 ◦ green 96 ◦ blue 142

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

Shades of Affair #7D608E

Tints of Affair #7D608E

RGB

 RED value IS 125 (49.22% from 255) = 34.44%

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

 BLUE value IS 142 (55.86% from 255) = 39.12%

R = 34.44%
G = 26.45%
B = 39.12%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D608E (or 0x7D608E) is known color: Affair. HEX triplet: 7D, 60 and 8E. RGB value is (125,96,142). Sum of RGB (Red+Green+Blue) = 125+96+142=363 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.44% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D608E is #829F71. Grayscale: #6D6D6D. Windows color (decimal): -8560498 or 9330813. OLE color: 9330813.

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

Color convert

RGB 125 96 142 -
CMYK 0.12 0.32 0 0.44
HSL 277.83º 0.19% 0.47% -
HSV(B) 277.83º 0.32% 0.56% -
XYZ 17.52 14.68 27.5 -
YUV 109.92 146.11 138.76 -
System Red Green Blue C M Y K H S L
Decimal 125 96 142 0.12 0.32 0 0.44 277.83 0.19 0.47
Hex 7D 60 8E C 20 0 2C 116 13 2F
Octal 175 140 216 14 40 0 54 426 23 57
Binary 1111101 1100000 10001110 1100 100000 0 101100 100010110 10011 101111

Color Harmonies of #7D608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D608E

Black with #7D608E

Text Example


Text Example

White with #7D608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,142); }

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

background-color css

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

 a { background-color: rgb(125,96,142); }

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

border-color css

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

 span { border-color: rgb(125,96,142); }

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