#742076

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

Shades of Seance #742076

Tints of Seance #742076

Color information

#742076 (or 0x742076) is unknown color: approx Seance. HEX triplet: 74, 20 and 76. RGB value is (116,32,118). Sum of RGB (Red+Green+Blue) = 116+32+118=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 118 (46.48% from 255 or 44.36% from 266); Max value from RGB is 118 - color contains mainly: blue. Hex color #742076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742076 is #8BDF89. Grayscale: #424242. Windows color (decimal): -9166730 or 7741556. OLE color: 7741556.

HSL color Cylindrical-coordinate representation of color #742076: hue angle of 298.6º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742076 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11632118-
CMYK0.020.7300.54
HSL298.6º57.33%29.41%-
HSV(B)298.6º72.88%46.27%-
XYZ10.996.0517.73-
YUV66.92156.83163.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 32 (12.89% from 255) = 12.03%
BLUE value IS 118 (46.48% from 255) = 44.36%
R=43.61%
G=12.03%
B=44.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116321180.020.7300.54298.657.3329.41
Hex74207624903612b391d
Octal1644016621110664537135
Binary11101001000001110110101001001011011010010101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742076; }

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

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

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

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

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

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

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

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