#74227B

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

Shades of Seance #74227B

Tints of Seance #74227B

Color information

#74227B (or 0x74227B) is unknown color: approx Seance. HEX triplet: 74, 22 and 7B. RGB value is (116,34,123). Sum of RGB (Red+Green+Blue) = 116+34+123=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #74227B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74227B is #8BDD84. Grayscale: #444444. Windows color (decimal): -9166213 or 8069748. OLE color: 8069748.

HSL color Cylindrical-coordinate representation of color #74227B: hue angle of 295.28º degrees, saturation: 0.57, 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 #74227B is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11634123-
CMYK0.060.7200.52
HSL295.28º56.69%30.78%-
HSV(B)295.28º72.36%48.24%-
XYZ11.356.2919.35-
YUV68.66158.67161.76-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=42.49%
G=12.45%
B=45.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116341230.060.7200.52295.2856.6930.78
Hex74227B648034127391f
Octal1644217361100644477137
Binary111010010001011110111101001000011010010010011111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74227B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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