Html Css Color HEX #7D5792 Affair

📋 copy color: '#7D5792'

red 125 ◦ green 87 ◦ blue 146

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

Shades of Affair #7D5792

Tints of Affair #7D5792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 34.92%
G = 24.3%
B = 40.78%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D5792 (or 0x7D5792) is known color: Affair. HEX triplet: 7D, 57 and 92. RGB value is (125,87,146). Sum of RGB (Red+Green+Blue) = 125+87+146=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5792 is #82A86D. Grayscale: #686868. Windows color (decimal): -8562798 or 9590653. OLE color: 9590653.

HSL color Cylindrical-coordinate representation of color #7D5792: hue angle of 278.64º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D5792 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 87 146 -
CMYK 0.14 0.40 0 0.43
HSL 278.64º 0.25% 0.46% -
HSV(B) 278.64º 0.4% 0.57% -
XYZ 17.05 13.25 28.85 -
YUV 105.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 125 87 146 0.14 0.40 0 0.43 278.64 0.25 0.46
Hex 7D 57 92 E 28 0 2B 117 19 2E
Octal 175 127 222 16 50 0 53 427 31 56
Binary 1111101 1010111 10010010 1110 101000 0 101011 100010111 11001 101110

Color Harmonies of #7D5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5792

Black with #7D5792

Text Example


Text Example

White with #7D5792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,146); }

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

background-color css

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

 a { background-color: rgb(125,87,146); }

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

border-color css

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

 span { border-color: rgb(125,87,146); }

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