#7C619C

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

Shades of Deluge #7C619C

Tints of Deluge #7C619C

Color information

#7C619C (or 0x7C619C) is unknown color: approx Deluge. HEX triplet: 7C, 61 and 9C. RGB value is (124,97,156). Sum of RGB (Red+Green+Blue) = 124+97+156=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C619C is #839E63. Grayscale: #6F6F6F. Windows color (decimal): -8625764 or 10248572. OLE color: 10248572.

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

Color convert

RGB12497156-
CMYK0.210.3800.39
HSL267.46º23.32%49.61%-
HSV(B)267.46º37.82%61.18%-
XYZ18.5915.2333.41-
YUV111.8152.95136.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=32.89%
G=25.73%
B=41.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124971560.210.3800.39267.4623.3249.61
Hex7C619C152602710b1732
Octal17414123425460474132762
Binary111110011000011001110010101100110010011110000101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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