#74227A

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

Shades of Seance #74227A

Tints of Seance #74227A

Color information

#74227A (or 0x74227A) is unknown color: approx Seance. HEX triplet: 74, 22 and 7A. RGB value is (116,34,122). Sum of RGB (Red+Green+Blue) = 116+34+122=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 122 - color contains mainly: blue. Hex color #74227A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227A is #8BDD85. Grayscale: #444444. Windows color (decimal): -9166214 or 8004212. OLE color: 8004212.

HSL color Cylindrical-coordinate representation of color #74227A: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74227A is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11634122-
CMYK0.050.7200.52
HSL295.91º56.41%30.59%-
HSV(B)295.91º72.13%47.84%-
XYZ11.296.2619.03-
YUV68.55158.17161.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=42.65%
G=12.5%
B=44.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116341220.050.7200.52295.9156.4130.59
Hex74227A548034128381f
Octal1644217251100644507037
Binary111010010001011110101011001000011010010010100011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74227A; }

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

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

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

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

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

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

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

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