#7D5F8A

Color #7D5F8A Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #7D5F8A

Tints of Affair #7D5F8A

Color information

#7D5F8A (or 0x7D5F8A) is unknown color: approx Affair. HEX triplet: 7D, 5F and 8A. RGB value is (125,95,138). Sum of RGB (Red+Green+Blue) = 125+95+138=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #7D5F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5F8A is #82A075. Grayscale: #6C6C6C. Windows color (decimal): -8560758 or 9068413. OLE color: 9068413.

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

Color convert

RGB12595138-
CMYK0.090.3100.46
HSL281.86º18.45%45.69%-
HSV(B)281.86º31.16%54.12%-
XYZ17.1414.3825.92-
YUV108.87144.44139.5-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.92%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=34.92%
G=26.54%
B=38.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal125951380.090.3100.46281.8618.4545.69
Hex7D5F8A91F02E11a122e
Octal17513721211370564322256
Binary1111101101111110001010100111111010111010001101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D5F8A;
 }
 .AnyTagClassName
 {
   color: #7D5F8A;
 }
</style>
background-color css

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

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

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

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

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

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