Html Css Color HEX #7C5DAE Deluge

📋 copy color: '#7C5DAE'

red 124 ◦ green 93 ◦ blue 174

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

Shades of Deluge #7C5DAE

Tints of Deluge #7C5DAE

RGB

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

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

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

R = 31.71%
G = 23.79%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C5DAE (or 0x7C5DAE) is known color: Deluge. HEX triplet: 7C, 5D and AE. RGB value is (124,93,174). Sum of RGB (Red+Green+Blue) = 124+93+174=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5DAE is #83A251. Grayscale: #6F6F6F. Windows color (decimal): -8626770 or 11427196. OLE color: 11427196.

HSL color Cylindrical-coordinate representation of color #7C5DAE: hue angle of 262.96º 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 #7C5DAE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 93 174 -
CMYK 0.29 0.47 0 0.32
HSL 262.96º 0.33% 0.52% -
HSV(B) 262.96º 0.47% 0.68% -
XYZ 19.87 15.17 41.93 -
YUV 111.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 124 93 174 0.29 0.47 0 0.32 262.96 0.33 0.52
Hex 7C 5D AE 1D 2F 0 20 107 21 34
Octal 174 135 256 35 57 0 40 407 41 64
Binary 1111100 1011101 10101110 11101 101111 0 100000 100000111 100001 110100

Color Harmonies of #7C5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5DAE

Black with #7C5DAE

Text Example


Text Example

White with #7C5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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