Html Css Color HEX #7D4E95 Affair

📋 copy color: '#7D4E95'

red 125 ◦ green 78 ◦ blue 149

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

Shades of Affair #7D4E95

Tints of Affair #7D4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.16%

 BLUE value IS 149 (58.59% from 255) = 42.33%

R = 35.51%
G = 22.16%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D4E95 (or 0x7D4E95) is known color: Affair. HEX triplet: 7D, 4E and 95. RGB value is (125,78,149). Sum of RGB (Red+Green+Blue) = 125+78+149=352 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.51% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4E95 is #82B16A. Grayscale: #636363. Windows color (decimal): -8565099 or 9784957. OLE color: 9784957.

HSL color Cylindrical-coordinate representation of color #7D4E95: hue angle of 279.72º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D4E95 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 78 149 -
CMYK 0.16 0.48 0 0.42
HSL 279.72º 0.31% 0.45% -
HSV(B) 279.72º 0.48% 0.58% -
XYZ 16.61 11.98 29.87 -
YUV 100.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 125 78 149 0.16 0.48 0 0.42 279.72 0.31 0.45
Hex 7D 4E 95 10 30 0 2A 118 1F 2D
Octal 175 116 225 20 60 0 52 430 37 55
Binary 1111101 1001110 10010101 10000 110000 0 101010 100011000 11111 101101

Color Harmonies of #7D4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4E95

Black with #7D4E95

Text Example


Text Example

White with #7D4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,78,149); }

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

background-color css

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

 a { background-color: rgb(125,78,149); }

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

border-color css

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

 span { border-color: rgb(125,78,149); }

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