Html Css Color HEX #7C588D Affair

📋 copy color: '#7C588D'

red 124 ◦ green 88 ◦ blue 141

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

Shades of Affair #7C588D

Tints of Affair #7C588D

RGB

 RED value IS 124 (48.83% from 255) = 35.13%

 GREEN value IS 88 (34.77% from 255) = 24.93%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 35.13%
G = 24.93%
B = 39.94%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7C588D (or 0x7C588D) is known color: Affair. HEX triplet: 7C, 58 and 8D. RGB value is (124,88,141). Sum of RGB (Red+Green+Blue) = 124+88+141=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #7C588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C588D is #83A772. Grayscale: #686868. Windows color (decimal): -8628083 or 9263228. OLE color: 9263228.

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

Color convert

RGB 124 88 141 -
CMYK 0.12 0.38 0 0.45
HSL 280.75º 0.23% 0.45% -
HSV(B) 280.75º 0.38% 0.55% -
XYZ 16.61 13.19 26.87 -
YUV 104.81 148.43 141.69 -
System Red Green Blue C M Y K H S L
Decimal 124 88 141 0.12 0.38 0 0.45 280.75 0.23 0.45
Hex 7C 58 8D C 26 0 2D 119 17 2D
Octal 174 130 215 14 46 0 55 431 27 55
Binary 1111100 1011000 10001101 1100 100110 0 101101 100011001 10111 101101

Color Harmonies of #7C588D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C588D

Black with #7C588D

Text Example


Text Example

White with #7C588D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,88,141); }

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

background-color css

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

 a { background-color: rgb(124,88,141); }

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

border-color css

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

 span { border-color: rgb(124,88,141); }

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