Html Css Color HEX #7D5C8A Affair

📋 copy color: '#7D5C8A'

red 125 ◦ green 92 ◦ blue 138

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

Shades of Affair #7D5C8A

Tints of Affair #7D5C8A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 35.21%
G = 25.92%
B = 38.87%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7D5C8A (or 0x7D5C8A) is known color: Affair. HEX triplet: 7D, 5C and 8A. RGB value is (125,92,138). Sum of RGB (Red+Green+Blue) = 125+92+138=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D5C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5C8A is #82A375. Grayscale: #6A6A6A. Windows color (decimal): -8561526 or 9067645. OLE color: 9067645.

HSL color Cylindrical-coordinate representation of color #7D5C8A: hue angle of 283.04º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D5C8A is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 125 92 138 -
CMYK 0.09 0.33 0 0.46
HSL 283.04º 0.2% 0.45% -
HSV(B) 283.04º 0.33% 0.54% -
XYZ 16.87 13.85 25.83 -
YUV 107.11 145.43 140.76 -
System Red Green Blue C M Y K H S L
Decimal 125 92 138 0.09 0.33 0 0.46 283.04 0.2 0.45
Hex 7D 5C 8A 9 21 0 2E 11B 14 2D
Octal 175 134 212 11 41 0 56 433 24 55
Binary 1111101 1011100 10001010 1001 100001 0 101110 100011011 10100 101101

Color Harmonies of #7D5C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5C8A

Black with #7D5C8A

Text Example


Text Example

White with #7D5C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,138); }

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

background-color css

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

 a { background-color: rgb(125,92,138); }

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

border-color css

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

 span { border-color: rgb(125,92,138); }

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