#762679

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

Shades of Seance #762679

Tints of Seance #762679

Color information

#762679 (or 0x762679) is unknown color: approx Seance. HEX triplet: 76, 26 and 79. RGB value is (118,38,121). Sum of RGB (Red+Green+Blue) = 118+38+121=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 121 (47.66% from 255 or 43.68% from 277); Max value from RGB is 121 - color contains mainly: blue. Hex color #762679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762679 is #89D986. Grayscale: #474747. Windows color (decimal): -9034119 or 7939702. OLE color: 7939702.

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

Color convert

RGB11838121-
CMYK0.020.6900.53
HSL297.83º52.2%31.18%-
HSV(B)297.83º68.6%47.45%-
XYZ11.626.6218.75-
YUV71.38156161.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 121 (47.66% from 255) = 43.68%
R=42.60%
G=13.72%
B=43.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118381210.020.6900.53297.8352.231.18
Hex76267924503512a341f
Octal1664617121050654526437
Binary11101101001101111001101000101011010110010101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #762679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #762679; }

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

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

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

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

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

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

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

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