Html Css Color HEX #743071 Seance

📋 copy color: '#743071'

red 116 ◦ green 48 ◦ blue 113

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

Shades of Seance #743071

Tints of Seance #743071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.33%

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

R = 41.88%
G = 17.33%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#743071 (or 0x743071) is known color: Seance. HEX triplet: 74, 30 and 71. RGB value is (116,48,113). Sum of RGB (Red+Green+Blue) = 116+48+113=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #743071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743071 is #8BCF8E. Grayscale: #4B4B4B. Windows color (decimal): -9162639 or 7417972. OLE color: 7417972.

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

Color convert

RGB 116 48 113 -
CMYK 0 0.59 0.03 0.55
HSL 302.65º 0.41% 0.32% -
HSV(B) 302.65º 0.59% 0.45% -
XYZ 11.24 7.02 16.39 -
YUV 75.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 116 48 113 0 0.59 0.03 0.55 302.65 0.41 0.32
Hex 74 30 71 0 3B 3 37 12F 29 20
Octal 164 60 161 0 73 3 67 457 51 40
Binary 1110100 110000 1110001 0 111011 11 110111 100101111 101001 100000

Color Harmonies of #743071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743071

Black with #743071

Text Example


Text Example

White with #743071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743071; }

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

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

background-color css

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

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

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

border-color css

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

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

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