Html Css Color HEX #7C6DB6 Deluge

📋 copy color: '#7C6DB6'

red 124 ◦ green 109 ◦ blue 182

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

Shades of Deluge #7C6DB6

Tints of Deluge #7C6DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 29.88%
G = 26.27%
B = 43.86%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7C6DB6 (or 0x7C6DB6) is known color: Deluge. HEX triplet: 7C, 6D and B6. RGB value is (124,109,182). Sum of RGB (Red+Green+Blue) = 124+109+182=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C6DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6DB6 is #839249. Grayscale: #797979. Windows color (decimal): -8622666 or 11955580. OLE color: 11955580.

HSL color Cylindrical-coordinate representation of color #7C6DB6: hue angle of 252.33º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C6DB6 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 109 182 -
CMYK 0.32 0.40 0 0.29
HSL 252.33º 0.33% 0.57% -
HSV(B) 252.33º 0.4% 0.71% -
XYZ 22.22 18.6 46.67 -
YUV 121.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 124 109 182 0.32 0.40 0 0.29 252.33 0.33 0.57
Hex 7C 6D B6 20 28 0 1D FC 21 39
Octal 174 155 266 40 50 0 35 374 41 71
Binary 1111100 1101101 10110110 100000 101000 0 11101 11111100 100001 111001

Color Harmonies of #7C6DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6DB6

Black with #7C6DB6

Text Example


Text Example

White with #7C6DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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