Html Css Color HEX #7C6FAC Deluge

📋 copy color: '#7C6FAC'

red 124 ◦ green 111 ◦ blue 172

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

Shades of Deluge #7C6FAC

Tints of Deluge #7C6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.27%

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

R = 30.47%
G = 27.27%
B = 42.26%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C6FAC (or 0x7C6FAC) is known color: Deluge. HEX triplet: 7C, 6F and AC. RGB value is (124,111,172). Sum of RGB (Red+Green+Blue) = 124+111+172=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6FAC is #839053. Grayscale: #797979. Windows color (decimal): -8622164 or 11300732. OLE color: 11300732.

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

Color convert

RGB 124 111 172 -
CMYK 0.28 0.35 0 0.33
HSL 252.79º 0.27% 0.55% -
HSV(B) 252.79º 0.35% 0.67% -
XYZ 21.44 18.63 41.5 -
YUV 121.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 124 111 172 0.28 0.35 0 0.33 252.79 0.27 0.55
Hex 7C 6F AC 1C 23 0 21 FD 1B 37
Octal 174 157 254 34 43 0 41 375 33 67
Binary 1111100 1101111 10101100 11100 100011 0 100001 11111101 11011 110111

Color Harmonies of #7C6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6FAC

Black with #7C6FAC

Text Example


Text Example

White with #7C6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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