Html Css Color HEX #7D568B Affair

📋 copy color: '#7D568B'

red 125 ◦ green 86 ◦ blue 139

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

Shades of Affair #7D568B

Tints of Affair #7D568B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 35.71%
G = 24.57%
B = 39.71%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D568B (or 0x7D568B) is known color: Affair. HEX triplet: 7D, 56 and 8B. RGB value is (125,86,139). Sum of RGB (Red+Green+Blue) = 125+86+139=350 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D568B is #82A974. Grayscale: #676767. Windows color (decimal): -8563061 or 9131645. OLE color: 9131645.

HSL color Cylindrical-coordinate representation of color #7D568B: hue angle of 284.15º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D568B is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 86 139 -
CMYK 0.10 0.38 0 0.45
HSL 284.15º 0.24% 0.44% -
HSV(B) 284.15º 0.38% 0.55% -
XYZ 16.45 12.88 26.05 -
YUV 103.7 147.92 143.19 -
System Red Green Blue C M Y K H S L
Decimal 125 86 139 0.10 0.38 0 0.45 284.15 0.24 0.44
Hex 7D 56 8B A 26 0 2D 11C 18 2C
Octal 175 126 213 12 46 0 55 434 30 54
Binary 1111101 1010110 10001011 1010 100110 0 101101 100011100 11000 101100

Color Harmonies of #7D568B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D568B

Black with #7D568B

Text Example


Text Example

White with #7D568B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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