Html Css Color HEX #7C649F Deluge

📋 copy color: '#7C649F'

red 124 ◦ green 100 ◦ blue 159

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

Shades of Deluge #7C649F

Tints of Deluge #7C649F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 32.38%
G = 26.11%
B = 41.51%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C649F (or 0x7C649F) is known color: Deluge. HEX triplet: 7C, 64 and 9F. RGB value is (124,100,159). Sum of RGB (Red+Green+Blue) = 124+100+159=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C649F is #839B60. Grayscale: #717171. Windows color (decimal): -8624993 or 10445948. OLE color: 10445948.

HSL color Cylindrical-coordinate representation of color #7C649F: hue angle of 264.41º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C649F is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 100 159 -
CMYK 0.22 0.37 0 0.38
HSL 264.41º 0.24% 0.51% -
HSV(B) 264.41º 0.37% 0.62% -
XYZ 19.13 15.9 34.86 -
YUV 113.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 124 100 159 0.22 0.37 0 0.38 264.41 0.24 0.51
Hex 7C 64 9F 16 25 0 26 108 18 33
Octal 174 144 237 26 45 0 46 410 30 63
Binary 1111100 1100100 10011111 10110 100101 0 100110 100001000 11000 110011

Color Harmonies of #7C649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C649F

Black with #7C649F

Text Example


Text Example

White with #7C649F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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