#7C619D

Color #7C619D Deluge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deluge #7C619D

Tints of Deluge #7C619D

Color information

#7C619D (or 0x7C619D) is unknown color: approx Deluge. HEX triplet: 7C, 61 and 9D. RGB value is (124,97,157). Sum of RGB (Red+Green+Blue) = 124+97+157=378 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.80% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C619D is #839E62. Grayscale: #6F6F6F. Windows color (decimal): -8625763 or 10314108. OLE color: 10314108.

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

Color convert

RGB12497157-
CMYK0.210.3800.38
HSL267º23.62%49.8%-
HSV(B)267º38.22%61.57%-
XYZ18.6715.2733.86-
YUV111.91153.45136.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.80%
GREEN value IS 97 (38.28% from 255) = 25.66%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=32.80%
G=25.66%
B=41.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124971570.210.3800.3826723.6249.8
Hex7C619D152602610b1832
Octal17414123525460464133062
Binary111110011000011001110110101100110010011010000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,97,157); }

 H1.HeaderClassName
 {
   color: #7C619D;
 }
 .AnyTagClassName
 {
   color: #7C619D;
 }
</style>
background-color css

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

 a { background-color: rgb(124,97,157); }

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

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

 span { border-color: rgb(124,97,157); }

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