Html Css Color HEX #742D71 Seance

📋 copy color: '#742D71'

red 116 ◦ green 45 ◦ blue 113

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

Shades of Seance #742D71

Tints of Seance #742D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.42%

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

R = 42.34%
G = 16.42%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742D71 (or 0x742D71) is known color: Seance. HEX triplet: 74, 2D and 71. RGB value is (116,45,113). Sum of RGB (Red+Green+Blue) = 116+45+113=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #742D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742D71 is #8BD28E. Grayscale: #494949. Windows color (decimal): -9163407 or 7417204. OLE color: 7417204.

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

Color convert

RGB 116 45 113 -
CMYK 0 0.61 0.03 0.55
HSL 302.54º 0.44% 0.32% -
HSV(B) 302.54º 0.61% 0.45% -
XYZ 11.12 6.78 16.35 -
YUV 73.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 116 45 113 0 0.61 0.03 0.55 302.54 0.44 0.32
Hex 74 2D 71 0 3D 3 37 12F 2C 20
Octal 164 55 161 0 75 3 67 457 54 40
Binary 1110100 101101 1110001 0 111101 11 110111 100101111 101100 100000

Color Harmonies of #742D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742D71

Black with #742D71

Text Example


Text Example

White with #742D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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