Html Css Color HEX #7D5EAE Deluge

📋 copy color: '#7D5EAE'

red 125 ◦ green 94 ◦ blue 174

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

Shades of Deluge #7D5EAE

Tints of Deluge #7D5EAE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 174 (68.36% from 255) = 44.27%

R = 31.81%
G = 23.92%
B = 44.27%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D5EAE (or 0x7D5EAE) is known color: Deluge. HEX triplet: 7D, 5E and AE. RGB value is (125,94,174). Sum of RGB (Red+Green+Blue) = 125+94+174=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D5EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5EAE is #82A151. Grayscale: #707070. Windows color (decimal): -8560978 or 11427453. OLE color: 11427453.

HSL color Cylindrical-coordinate representation of color #7D5EAE: hue angle of 263.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D5EAE is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 94 174 -
CMYK 0.28 0.46 0 0.32
HSL 263.25º 0.33% 0.53% -
HSV(B) 263.25º 0.46% 0.68% -
XYZ 20.1 15.42 41.96 -
YUV 112.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 125 94 174 0.28 0.46 0 0.32 263.25 0.33 0.53
Hex 7D 5E AE 1C 2E 0 20 107 21 35
Octal 175 136 256 34 56 0 40 407 41 65
Binary 1111101 1011110 10101110 11100 101110 0 100000 100000111 100001 110101

Color Harmonies of #7D5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5EAE

Black with #7D5EAE

Text Example


Text Example

White with #7D5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,94,174); }

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

background-color css

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

 a { background-color: rgb(125,94,174); }

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

border-color css

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

 span { border-color: rgb(125,94,174); }

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