Html Css Color HEX #7D5DAE Deluge

📋 copy color: '#7D5DAE'

red 125 ◦ green 93 ◦ blue 174

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

Shades of Deluge #7D5DAE

Tints of Deluge #7D5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.72%

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

R = 31.89%
G = 23.72%
B = 44.39%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D5DAE (or 0x7D5DAE) is known color: Deluge. HEX triplet: 7D, 5D and AE. RGB value is (125,93,174). Sum of RGB (Red+Green+Blue) = 125+93+174=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5DAE is #82A251. Grayscale: #6F6F6F. Windows color (decimal): -8561234 or 11427197. OLE color: 11427197.

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

Color convert

RGB 125 93 174 -
CMYK 0.28 0.47 0 0.32
HSL 263.7º 0.33% 0.52% -
HSV(B) 263.7º 0.47% 0.68% -
XYZ 20.01 15.24 41.93 -
YUV 111.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 125 93 174 0.28 0.47 0 0.32 263.7 0.33 0.52
Hex 7D 5D AE 1C 2F 0 20 108 21 34
Octal 175 135 256 34 57 0 40 410 41 64
Binary 1111101 1011101 10101110 11100 101111 0 100000 100001000 100001 110100

Color Harmonies of #7D5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5DAE

Black with #7D5DAE

Text Example


Text Example

White with #7D5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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