#74277B

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

Shades of Seance #74277B

Tints of Seance #74277B

Color information

#74277B (or 0x74277B) is unknown color: approx Seance. HEX triplet: 74, 27 and 7B. RGB value is (116,39,123). Sum of RGB (Red+Green+Blue) = 116+39+123=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #74277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74277B is #8BD884. Grayscale: #474747. Windows color (decimal): -9164933 or 8071028. OLE color: 8071028.

HSL color Cylindrical-coordinate representation of color #74277B: hue angle of 295º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74277B is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11639123-
CMYK0.060.6800.52
HSL295º51.85%31.76%-
HSV(B)295º68.29%48.24%-
XYZ11.56.5919.41-
YUV71.6157.01159.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 39 (15.62% from 255) = 14.03%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=41.73%
G=14.03%
B=44.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116391230.060.6800.5229551.8531.76
Hex74277B6440341273420
Octal1644717361040644476440
Binary1110100100111111101111010001000110100100100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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