#762479

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

Shades of Seance #762479

Tints of Seance #762479

Color information

#762479 (or 0x762479) is unknown color: approx Seance. HEX triplet: 76, 24 and 79. RGB value is (118,36,121). Sum of RGB (Red+Green+Blue) = 118+36+121=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #762479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762479 is #89DB86. Grayscale: #454545. Windows color (decimal): -9034631 or 7939190. OLE color: 7939190.

HSL color Cylindrical-coordinate representation of color #762479: hue angle of 297.88º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762479 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11836121-
CMYK0.020.7000.53
HSL297.88º54.14%30.78%-
HSV(B)297.88º70.25%47.45%-
XYZ11.556.4918.73-
YUV70.21156.67162.09-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 121 (47.66% from 255) = 44%
R=42.91%
G=13.09%
B=44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118361210.020.7000.53297.8854.1430.78
Hex76247924603512a361f
Octal1664417121060654526637
Binary11101101001001111001101000110011010110010101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762479; }

 p { color: rgb(118,36,121); }

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

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

 a { background-color: rgb(118,36,121); }

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

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

 span { border-color: rgb(118,36,121); }

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