Html Css Color HEX #7C6EAD Deluge

📋 copy color: '#7C6EAD'

red 124 ◦ green 110 ◦ blue 173

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

Shades of Deluge #7C6EAD

Tints of Deluge #7C6EAD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.03%

 BLUE value IS 173 (67.97% from 255) = 42.51%

R = 30.47%
G = 27.03%
B = 42.51%

CMYK

 C value IS 0.28

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C6EAD (or 0x7C6EAD) is known color: Deluge. HEX triplet: 7C, 6E and AD. RGB value is (124,110,173). Sum of RGB (Red+Green+Blue) = 124+110+173=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C6EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6EAD is #839152. Grayscale: #797979. Windows color (decimal): -8622419 or 11366012. OLE color: 11366012.

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

Color convert

RGB 124 110 173 -
CMYK 0.28 0.36 0 0.32
HSL 253.33º 0.28% 0.55% -
HSV(B) 253.33º 0.36% 0.68% -
XYZ 21.43 18.45 41.97 -
YUV 121.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 124 110 173 0.28 0.36 0 0.32 253.33 0.28 0.55
Hex 7C 6E AD 1C 24 0 20 FD 1C 37
Octal 174 156 255 34 44 0 40 375 34 67
Binary 1111100 1101110 10101101 11100 100100 0 100000 11111101 11100 110111

Color Harmonies of #7C6EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6EAD

Black with #7C6EAD

Text Example


Text Example

White with #7C6EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,173); }

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

background-color css

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

 a { background-color: rgb(124,110,173); }

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

border-color css

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

 span { border-color: rgb(124,110,173); }

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