Html Css Color HEX #7C6DAA Deluge

📋 copy color: '#7C6DAA'

red 124 ◦ green 109 ◦ blue 170

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

Shades of Deluge #7C6DAA

Tints of Deluge #7C6DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 30.77%
G = 27.05%
B = 42.18%

CMYK

 C value IS 0.27

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C6DAA (or 0x7C6DAA) is known color: Deluge. HEX triplet: 7C, 6D and AA. RGB value is (124,109,170). Sum of RGB (Red+Green+Blue) = 124+109+170=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C6DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6DAA is #839255. Grayscale: #787878. Windows color (decimal): -8622678 or 11169148. OLE color: 11169148.

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

Color convert

RGB 124 109 170 -
CMYK 0.27 0.36 0 0.33
HSL 254.75º 0.26% 0.55% -
HSV(B) 254.75º 0.36% 0.67% -
XYZ 21.04 18.12 40.42 -
YUV 120.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 124 109 170 0.27 0.36 0 0.33 254.75 0.26 0.55
Hex 7C 6D AA 1B 24 0 21 FF 1A 37
Octal 174 155 252 33 44 0 41 377 32 67
Binary 1111100 1101101 10101010 11011 100100 0 100001 11111111 11010 110111

Color Harmonies of #7C6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DAA

Black with #7C6DAA

Text Example


Text Example

White with #7C6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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