#74286F

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

Shades of Seance #74286F

Tints of Seance #74286F

Color information

#74286F (or 0x74286F) is unknown color: approx Seance. HEX triplet: 74, 28 and 6F. RGB value is (116,40,111). Sum of RGB (Red+Green+Blue) = 116+40+111=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #74286F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286F is #8BD790. Grayscale: #464646. Windows color (decimal): -9164689 or 7284852. OLE color: 7284852.

HSL color Cylindrical-coordinate representation of color #74286F: hue angle of 303.95º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74286F is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11640111-
CMYK00.660.040.55
HSL303.95º48.72%30.59%-
HSV(B)303.95º65.52%45.49%-
XYZ10.836.3815.7-
YUV70.82150.68160.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=43.45%
G=14.98%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164011100.660.040.55303.9548.7230.59
Hex74286F042437130311f
Octal1645015701024674606137
Binary111010010100011011110100001010011011110011000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74286F; }

 p { color: rgb(116,40,111); }

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

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

 a { background-color: rgb(116,40,111); }

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

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

 span { border-color: rgb(116,40,111); }

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