#742277

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

Shades of Seance #742277

Tints of Seance #742277

Color information

#742277 (or 0x742277) is unknown color: approx Seance. HEX triplet: 74, 22 and 77. RGB value is (116,34,119). Sum of RGB (Red+Green+Blue) = 116+34+119=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #742277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742277 is #8BDD88. Grayscale: #434343. Windows color (decimal): -9166217 or 7807604. OLE color: 7807604.

HSL color Cylindrical-coordinate representation of color #742277: hue angle of 297.88º degrees, saturation: 0.56, 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 #742277 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11634119-
CMYK0.030.7100.53
HSL297.88º55.56%30%-
HSV(B)297.88º71.43%46.67%-
XYZ11.16.1918.06-
YUV68.21156.67162.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.12%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=43.12%
G=12.64%
B=44.24%

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
Decimal116341190.030.7100.53297.8855.5630
Hex74227734703512a381e
Octal1644216731070654527036
Binary11101001000101110111111000111011010110010101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742277; }

 p { color: rgb(116,34,119); }

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

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

 a { background-color: rgb(116,34,119); }

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

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

 span { border-color: rgb(116,34,119); }

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