#74257C

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

Shades of Seance #74257C

Tints of Seance #74257C

Color information

#74257C (or 0x74257C) is unknown color: approx Seance. HEX triplet: 74, 25 and 7C. RGB value is (116,37,124). Sum of RGB (Red+Green+Blue) = 116+37+124=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 37 (14.84% from 255 or 13.36% 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 #74257C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74257C is #8BDA83. Grayscale: #464646. Windows color (decimal): -9165444 or 8136052. OLE color: 8136052.

HSL color Cylindrical-coordinate representation of color #74257C: hue angle of 294.48º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74257C is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11637124-
CMYK0.060.7000.51
HSL294.48º54.04%31.57%-
HSV(B)294.48º70.16%48.63%-
XYZ11.56.4919.72-
YUV70.54158.17160.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 37 (14.84% from 255) = 13.36%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=41.88%
G=13.36%
B=44.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116371240.060.7000.51294.4854.0431.57
Hex74257C6460331263620
Octal1644517461060634466640
Binary1110100100101111110011010001100110011100100110110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,37,124); }

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

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

 a { background-color: rgb(116,37,124); }

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

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

 span { border-color: rgb(116,37,124); }

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