#752678

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

Shades of Seance #752678

Tints of Seance #752678

Color information

#752678 (or 0x752678) is unknown color: approx Seance. HEX triplet: 75, 26 and 78. RGB value is (117,38,120). Sum of RGB (Red+Green+Blue) = 117+38+120=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #752678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752678 is #8AD987. Grayscale: #464646. Windows color (decimal): -9099656 or 7874165. OLE color: 7874165.

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

Color convert

RGB11738120-
CMYK0.020.6800.53
HSL297.8º51.9%30.98%-
HSV(B)297.8º68.33%47.06%-
XYZ11.426.5218.43-
YUV70.97155.67160.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 38 (15.23% from 255) = 13.82%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=42.55%
G=13.82%
B=43.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117381200.020.6800.53297.851.930.98
Hex75267824403512a341f
Octal1654617021040654526437
Binary11101011001101111000101000100011010110010101011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752678; }

 p { color: rgb(117,38,120); }

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

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

 a { background-color: rgb(117,38,120); }

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

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

 span { border-color: rgb(117,38,120); }

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