Html Css Color HEX #742671 Seance

📋 copy color: '#742671'

red 116 ◦ green 38 ◦ blue 113

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

Shades of Seance #742671

Tints of Seance #742671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 43.45%
G = 14.23%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742671 (or 0x742671) is known color: Seance. HEX triplet: 74, 26 and 71. RGB value is (116,38,113). Sum of RGB (Red+Green+Blue) = 116+38+113=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #742671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742671 is #8BD98E. Grayscale: #454545. Windows color (decimal): -9165199 or 7415412. OLE color: 7415412.

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

Color convert

RGB 116 38 113 -
CMYK 0 0.67 0.03 0.55
HSL 302.31º 0.51% 0.3% -
HSV(B) 302.31º 0.67% 0.45% -
XYZ 10.88 6.29 16.26 -
YUV 69.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 116 38 113 0 0.67 0.03 0.55 302.31 0.51 0.3
Hex 74 26 71 0 43 3 37 12E 33 1E
Octal 164 46 161 0 103 3 67 456 63 36
Binary 1110100 100110 1110001 0 1000011 11 110111 100101110 110011 11110

Color Harmonies of #742671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742671

Black with #742671

Text Example


Text Example

White with #742671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742671; }

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

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

background-color css

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

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

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

border-color css

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

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

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