#74247D

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

Shades of Seance #74247D

Tints of Seance #74247D

Color information

#74247D (or 0x74247D) is unknown color: approx Seance. HEX triplet: 74, 24 and 7D. RGB value is (116,36,125). Sum of RGB (Red+Green+Blue) = 116+36+125=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #74247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74247D is #8BDB82. Grayscale: #454545. Windows color (decimal): -9165699 or 8201332. OLE color: 8201332.

HSL color Cylindrical-coordinate representation of color #74247D: hue angle of 293.93º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74247D is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11636125-
CMYK0.070.7100.51
HSL293.93º55.28%31.57%-
HSV(B)293.93º71.2%49.02%-
XYZ11.546.4620.04-
YUV70.07159160.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 36 (14.45% from 255) = 13.00%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=41.88%
G=13.00%
B=45.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116361250.070.7100.51293.9355.2831.57
Hex74247D7470331263720
Octal1644417571070634466740
Binary1110100100100111110111110001110110011100100110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74247D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74247D; }

 p { color: rgb(116,36,125); }

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

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

 a { background-color: rgb(116,36,125); }

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

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

 span { border-color: rgb(116,36,125); }

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