#742081

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

Shades of Seance #742081

Tints of Seance #742081

Color information

#742081 (or 0x742081) is unknown color: approx Seance. HEX triplet: 74, 20 and 81. RGB value is (116,32,129). Sum of RGB (Red+Green+Blue) = 116+32+129=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #742081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742081 is #8BDF7E. Grayscale: #434343. Windows color (decimal): -9166719 or 8462452. OLE color: 8462452.

HSL color Cylindrical-coordinate representation of color #742081: hue angle of 291.96º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #742081 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11632129-
CMYK0.100.7500.49
HSL291.96º60.25%31.57%-
HSV(B)291.96º75.19%50.59%-
XYZ11.686.3321.38-
YUV68.17162.33162.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 129 (50.78% from 255) = 46.57%
R=41.88%
G=11.55%
B=46.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116321290.100.7500.49291.9660.2531.57
Hex742081A4B0311243c20
Octal16440201121130614447440
Binary111010010000010000001101010010110110001100100100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742081; }

 p { color: rgb(116,32,129); }

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

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

 a { background-color: rgb(116,32,129); }

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

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

 span { border-color: rgb(116,32,129); }

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