Html Css Color HEX #742371 Seance

📋 copy color: '#742371'

red 116 ◦ green 35 ◦ blue 113

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

Shades of Seance #742371

Tints of Seance #742371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 43.94%
G = 13.26%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742371 (or 0x742371) is known color: Seance. HEX triplet: 74, 23 and 71. RGB value is (116,35,113). Sum of RGB (Red+Green+Blue) = 116+35+113=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #742371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742371 is #8BDC8E. Grayscale: #434343. Windows color (decimal): -9165967 or 7414644. OLE color: 7414644.

HSL color Cylindrical-coordinate representation of color #742371: hue angle of 302.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #742371 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 113 -
CMYK 0 0.70 0.03 0.55
HSL 302.22º 0.54% 0.3% -
HSV(B) 302.22º 0.7% 0.45% -
XYZ 10.78 6.11 16.23 -
YUV 68.11 153.34 162.16 -
System Red Green Blue C M Y K H S L
Decimal 116 35 113 0 0.70 0.03 0.55 302.22 0.54 0.3
Hex 74 23 71 0 46 3 37 12E 36 1E
Octal 164 43 161 0 106 3 67 456 66 36
Binary 1110100 100011 1110001 0 1000110 11 110111 100101110 110110 11110

Color Harmonies of #742371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742371

Black with #742371

Text Example


Text Example

White with #742371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742371; }

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

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

background-color css

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

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

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

border-color css

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

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

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