#742378

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

Shades of Seance #742378

Tints of Seance #742378

Color information

#742378 (or 0x742378) is unknown color: approx Seance. HEX triplet: 74, 23 and 78. RGB value is (116,35,120). Sum of RGB (Red+Green+Blue) = 116+35+120=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #742378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742378 is #8BDC87. Grayscale: #444444. Windows color (decimal): -9165960 or 7873396. OLE color: 7873396.

HSL color Cylindrical-coordinate representation of color #742378: hue angle of 297.18º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #742378 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11635120-
CMYK0.030.7100.53
HSL297.18º54.84%30.39%-
HSV(B)297.18º70.83%47.06%-
XYZ11.196.2718.39-
YUV68.91156.84161.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=42.80%
G=12.92%
B=44.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116351200.030.7100.53297.1854.8430.39
Hex742378347035129371e
Octal1644317031070654516736
Binary11101001000111111000111000111011010110010100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742378; }

 p { color: rgb(116,35,120); }

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

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

 a { background-color: rgb(116,35,120); }

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

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

 span { border-color: rgb(116,35,120); }

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