Html Css Color HEX #7D5694 Affair

📋 copy color: '#7D5694'

red 125 ◦ green 86 ◦ blue 148

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

Shades of Affair #7D5694

Tints of Affair #7D5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 148 (58.2% from 255) = 41.23%

R = 34.82%
G = 23.96%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D5694 (or 0x7D5694) is known color: Affair. HEX triplet: 7D, 56 and 94. RGB value is (125,86,148). Sum of RGB (Red+Green+Blue) = 125+86+148=359 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.82% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #7D5694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5694 is #82A96B. Grayscale: #686868. Windows color (decimal): -8563052 or 9721469. OLE color: 9721469.

HSL color Cylindrical-coordinate representation of color #7D5694: hue angle of 277.74º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D5694 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 86 148 -
CMYK 0.16 0.42 0 0.42
HSL 277.74º 0.26% 0.46% -
HSV(B) 277.74º 0.42% 0.58% -
XYZ 17.13 13.15 29.65 -
YUV 104.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 125 86 148 0.16 0.42 0 0.42 277.74 0.26 0.46
Hex 7D 56 94 10 2A 0 2A 116 1A 2E
Octal 175 126 224 20 52 0 52 426 32 56
Binary 1111101 1010110 10010100 10000 101010 0 101010 100010110 11010 101110

Color Harmonies of #7D5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5694

Black with #7D5694

Text Example


Text Example

White with #7D5694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,86,148); }

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

background-color css

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

 a { background-color: rgb(125,86,148); }

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

border-color css

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

 span { border-color: rgb(125,86,148); }

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