#76237C

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

Shades of Seance #76237C

Tints of Seance #76237C

Color information

#76237C (or 0x76237C) is unknown color: approx Seance. HEX triplet: 76, 23 and 7C. RGB value is (118,35,124). Sum of RGB (Red+Green+Blue) = 118+35+124=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #76237C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76237C is #89DC83. Grayscale: #454545. Windows color (decimal): -9034884 or 8135542. OLE color: 8135542.

HSL color Cylindrical-coordinate representation of color #76237C: hue angle of 295.96º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76237C is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11835124-
CMYK0.050.7200.51
HSL295.96º55.97%31.18%-
HSV(B)295.96º71.77%48.63%-
XYZ11.716.5119.71-
YUV69.96158.5162.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.60%
GREEN value IS 35 (14.06% from 255) = 12.64%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=42.60%
G=12.64%
B=44.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal118351240.050.7200.51295.9655.9731.18
Hex76237C548033128381f
Octal1664317451100634507037
Binary111011010001111111001011001000011001110010100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76237C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76237C; }

 p { color: rgb(118,35,124); }

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

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

 a { background-color: rgb(118,35,124); }

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

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

 span { border-color: rgb(118,35,124); }

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