Html Css Color HEX #742271 Seance

📋 copy color: '#742271'

red 116 ◦ green 34 ◦ blue 113

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

Shades of Seance #742271

Tints of Seance #742271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 44.11%
G = 12.93%
B = 42.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742271 (or 0x742271) is known color: Seance. HEX triplet: 74, 22 and 71. RGB value is (116,34,113). Sum of RGB (Red+Green+Blue) = 116+34+113=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #742271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742271 is #8BDD8E. Grayscale: #434343. Windows color (decimal): -9166223 or 7414388. OLE color: 7414388.

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

Color convert

RGB 116 34 113 -
CMYK 0 0.71 0.03 0.55
HSL 302.2º 0.55% 0.29% -
HSV(B) 302.2º 0.71% 0.45% -
XYZ 10.76 6.05 16.22 -
YUV 67.52 153.67 162.58 -
System Red Green Blue C M Y K H S L
Decimal 116 34 113 0 0.71 0.03 0.55 302.2 0.55 0.29
Hex 74 22 71 0 47 3 37 12E 37 1D
Octal 164 42 161 0 107 3 67 456 67 35
Binary 1110100 100010 1110001 0 1000111 11 110111 100101110 110111 11101

Color Harmonies of #742271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742271

Black with #742271

Text Example


Text Example

White with #742271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742271; }

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

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

background-color css

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

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

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

border-color css

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

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

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