Html Css Color HEX #7C4782 Affair

📋 copy color: '#7C4782'

red 124 ◦ green 71 ◦ blue 130

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

Shades of Affair #7C4782

Tints of Affair #7C4782

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.85%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 38.15%
G = 21.85%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7C4782 (or 0x7C4782) is known color: Affair. HEX triplet: 7C, 47 and 82. RGB value is (124,71,130). Sum of RGB (Red+Green+Blue) = 124+71+130=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #7C4782 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4782 is #83B87D. Grayscale: #5D5D5D. Windows color (decimal): -8632446 or 8537980. OLE color: 8537980.

HSL color Cylindrical-coordinate representation of color #7C4782: hue angle of 293.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C4782 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 124 71 130 -
CMYK 0.05 0.45 0 0.49
HSL 293.9º 0.29% 0.39% -
HSV(B) 293.9º 0.45% 0.51% -
XYZ 14.59 10.4 22.36 -
YUV 93.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 124 71 130 0.05 0.45 0 0.49 293.9 0.29 0.39
Hex 7C 47 82 5 2D 0 31 126 1D 27
Octal 174 107 202 5 55 0 61 446 35 47
Binary 1111100 1000111 10000010 101 101101 0 110001 100100110 11101 100111

Color Harmonies of #7C4782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4782

Black with #7C4782

Text Example


Text Example

White with #7C4782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,71,130); }

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

background-color css

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

 a { background-color: rgb(124,71,130); }

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

border-color css

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

 span { border-color: rgb(124,71,130); }

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