#782B74

Color #782B74 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #782B74

Tints of Seance #782B74

Color information

#782B74 (or 0x782B74) is unknown color: approx Seance. HEX triplet: 78, 2B and 74. RGB value is (120,43,116). Sum of RGB (Red+Green+Blue) = 120+43+116=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #782B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B74 is #87D48B. Grayscale: #4A4A4A. Windows color (decimal): -8901772 or 7613304. OLE color: 7613304.

HSL color Cylindrical-coordinate representation of color #782B74: hue angle of 303.12º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782B74 is Cyan = 0, Magento = 0.64, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB12043116-
CMYK00.640.030.53
HSL303.12º47.24%31.96%-
HSV(B)303.12º64.17%47.06%-
XYZ11.766.9817.25-
YUV74.34151.51160.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 43.01%
GREEN value IS 43 (17.19% from 255) = 15.41%
BLUE value IS 116 (45.70% from 255) = 41.58%
R=43.01%
G=15.41%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1204311600.640.030.53303.1247.2431.96
Hex782B7404033512f2f20
Octal1705316401003654575740
Binary111100010101111101000100000011110101100101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782B74; }

 p { color: rgb(120,43,116); }

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

<style>
 a { background-color: #782B74; }

 a { background-color: rgb(120,43,116); }

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

<style>
 span { border-color: #782B74; }

 span { border-color: rgb(120,43,116); }

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