#743370

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

Shades of Seance #743370

Tints of Seance #743370

Color information

#743370 (or 0x743370) is unknown color: approx Seance. HEX triplet: 74, 33 and 70. RGB value is (116,51,112). Sum of RGB (Red+Green+Blue) = 116+51+112=279 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.58% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 116 - color contains mainly: red. Hex color #743370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743370 is #8BCC8F. Grayscale: #4D4D4D. Windows color (decimal): -9161872 or 7353204. OLE color: 7353204.

HSL color Cylindrical-coordinate representation of color #743370: hue angle of 303.69º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #743370 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11651112-
CMYK00.560.030.55
HSL303.69º38.92%32.75%-
HSV(B)303.69º56.03%45.49%-
XYZ11.317.2516.13-
YUV77.39147.53155.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.58%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=41.58%
G=18.28%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165111200.560.030.55303.6938.9232.75
Hex7433700383371302721
Octal164631600703674604741
Binary11101001100111110000011100011110111100110000100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743370; }

 p { color: rgb(116,51,112); }

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

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

 a { background-color: rgb(116,51,112); }

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

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

 span { border-color: rgb(116,51,112); }

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