Html Css Color HEX #7C6499 Deluge

📋 copy color: '#7C6499'

red 124 ◦ green 100 ◦ blue 153

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

Shades of Deluge #7C6499

Tints of Deluge #7C6499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.53%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 32.89%
G = 26.53%
B = 40.58%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7C6499 (or 0x7C6499) is known color: Deluge. HEX triplet: 7C, 64 and 99. RGB value is (124,100,153). Sum of RGB (Red+Green+Blue) = 124+100+153=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #7C6499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6499 is #839B66. Grayscale: #717171. Windows color (decimal): -8624999 or 10052732. OLE color: 10052732.

HSL color Cylindrical-coordinate representation of color #7C6499: hue angle of 267.17º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6499 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 100 153 -
CMYK 0.19 0.35 0 0.4
HSL 267.17º 0.21% 0.5% -
HSV(B) 267.17º 0.35% 0.6% -
XYZ 18.62 15.7 32.19 -
YUV 113.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 124 100 153 0.19 0.35 0 0.4 267.17 0.21 0.5
Hex 7C 64 99 13 23 0 28 10B 15 32
Octal 174 144 231 23 43 0 50 413 25 62
Binary 1111100 1100100 10011001 10011 100011 0 101000 100001011 10101 110010

Color Harmonies of #7C6499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6499

Black with #7C6499

Text Example


Text Example

White with #7C6499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,100,153); }

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

background-color css

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

 a { background-color: rgb(124,100,153); }

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

border-color css

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

 span { border-color: rgb(124,100,153); }

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