Html Css Color HEX #7C6DAC Deluge

📋 copy color: '#7C6DAC'

red 124 ◦ green 109 ◦ blue 172

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

Shades of Deluge #7C6DAC

Tints of Deluge #7C6DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.91%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 30.62%
G = 26.91%
B = 42.47%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C6DAC (or 0x7C6DAC) is known color: Deluge. HEX triplet: 7C, 6D and AC. RGB value is (124,109,172). Sum of RGB (Red+Green+Blue) = 124+109+172=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C6DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6DAC is #839253. Grayscale: #787878. Windows color (decimal): -8622676 or 11300220. OLE color: 11300220.

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

Color convert

RGB 124 109 172 -
CMYK 0.28 0.37 0 0.33
HSL 254.29º 0.28% 0.55% -
HSV(B) 254.29º 0.37% 0.67% -
XYZ 21.23 18.2 41.42 -
YUV 120.67 156.97 130.38 -
System Red Green Blue C M Y K H S L
Decimal 124 109 172 0.28 0.37 0 0.33 254.29 0.28 0.55
Hex 7C 6D AC 1C 25 0 21 FE 1C 37
Octal 174 155 254 34 45 0 41 376 34 67
Binary 1111100 1101101 10101100 11100 100101 0 100001 11111110 11100 110111

Color Harmonies of #7C6DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DAC

Black with #7C6DAC

Text Example


Text Example

White with #7C6DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,172); }

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

background-color css

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

 a { background-color: rgb(124,109,172); }

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

border-color css

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

 span { border-color: rgb(124,109,172); }

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