#742278

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

Shades of Seance #742278

Tints of Seance #742278

Color information

#742278 (or 0x742278) is unknown color: approx Seance. HEX triplet: 74, 22 and 78. RGB value is (116,34,120). Sum of RGB (Red+Green+Blue) = 116+34+120=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 120 - color contains mainly: blue. Hex color #742278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742278 is #8BDD87. Grayscale: #444444. Windows color (decimal): -9166216 or 7873140. OLE color: 7873140.

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

Color convert

RGB11634120-
CMYK0.030.7200.53
HSL297.21º55.84%30.2%-
HSV(B)297.21º71.67%47.06%-
XYZ11.166.2118.38-
YUV68.32157.17162.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 34 (13.67% from 255) = 12.59%
BLUE value IS 120 (47.27% from 255) = 44.44%
R=42.96%
G=12.59%
B=44.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116341200.030.7200.53297.2155.8430.2
Hex742278348035129381e
Octal1644217031100654517036
Binary11101001000101111000111001000011010110010100111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742278; }

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

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

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

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

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

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

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

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