Html Css Color HEX #742971 Seance

📋 copy color: '#742971'

red 116 ◦ green 41 ◦ blue 113

#742971
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seance #742971

Tints of Seance #742971

RGB

 RED value IS 116 (45.7% from 255) = 42.96%

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 42.96%
G = 15.19%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742971 (or 0x742971) is known color: Seance. HEX triplet: 74, 29 and 71. RGB value is (116,41,113). Sum of RGB (Red+Green+Blue) = 116+41+113=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #742971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742971 is #8BD68E. Grayscale: #474747. Windows color (decimal): -9164431 or 7416180. OLE color: 7416180.

HSL color Cylindrical-coordinate representation of color #742971: hue angle of 302.4º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #742971 is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 41 113 -
CMYK 0 0.65 0.03 0.55
HSL 302.4º 0.48% 0.31% -
HSV(B) 302.4º 0.65% 0.45% -
XYZ 10.98 6.49 16.3 -
YUV 71.63 151.35 159.65 -
System Red Green Blue C M Y K H S L
Decimal 116 41 113 0 0.65 0.03 0.55 302.4 0.48 0.31
Hex 74 29 71 0 41 3 37 12E 30 1F
Octal 164 51 161 0 101 3 67 456 60 37
Binary 1110100 101001 1110001 0 1000001 11 110111 100101110 110000 11111

Color Harmonies of #742971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742971

Black with #742971

Text Example


Text Example

White with #742971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742971; }

 p { color: rgb(116,41,113); }

 H1.HeaderClassName
 {
   color: #742971;
 }
 .AnyTagClassName
 {
   color: #742971;
 }
</style>

background-color css

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

 a { background-color: rgb(116,41,113); }

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

border-color css

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

 span { border-color: rgb(116,41,113); }

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