#74306F

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

Shades of Seance #74306F

Tints of Seance #74306F

Color information

#74306F (or 0x74306F) is unknown color: approx Seance. HEX triplet: 74, 30 and 6F. RGB value is (116,48,111). Sum of RGB (Red+Green+Blue) = 116+48+111=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74306F is #8BCF90. Grayscale: #4B4B4B. Windows color (decimal): -9162641 or 7286900. OLE color: 7286900.

HSL color Cylindrical-coordinate representation of color #74306F: hue angle of 304.41º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74306F is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11648111-
CMYK00.590.040.55
HSL304.41º41.46%32.16%-
HSV(B)304.41º58.62%45.49%-
XYZ11.136.9715.8-
YUV75.51148.03156.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 48 (19.14% from 255) = 17.45%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=42.18%
G=17.45%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164811100.590.040.55304.4141.4632.16
Hex74306F03B4371302920
Octal164601570734674605140
Binary111010011000011011110111011100110111100110000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74306F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74306F; }

 p { color: rgb(116,48,111); }

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

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

 a { background-color: rgb(116,48,111); }

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

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

 span { border-color: rgb(116,48,111); }

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