Html Css Color HEX #742871 Seance

📋 copy color: '#742871'

red 116 ◦ green 40 ◦ blue 113

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

Shades of Seance #742871

Tints of Seance #742871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

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

R = 43.12%
G = 14.87%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#742871 (or 0x742871) is known color: Seance. HEX triplet: 74, 28 and 71. RGB value is (116,40,113). Sum of RGB (Red+Green+Blue) = 116+40+113=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #742871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742871 is #8BD78E. Grayscale: #464646. Windows color (decimal): -9164687 or 7415924. OLE color: 7415924.

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

Color convert

RGB 116 40 113 -
CMYK 0 0.66 0.03 0.55
HSL 302.37º 0.49% 0.31% -
HSV(B) 302.37º 0.66% 0.45% -
XYZ 10.94 6.42 16.29 -
YUV 71.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 116 40 113 0 0.66 0.03 0.55 302.37 0.49 0.31
Hex 74 28 71 0 42 3 37 12E 31 1F
Octal 164 50 161 0 102 3 67 456 61 37
Binary 1110100 101000 1110001 0 1000010 11 110111 100101110 110001 11111

Color Harmonies of #742871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742871

Black with #742871

Text Example


Text Example

White with #742871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742871; }

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

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

background-color css

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

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

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

border-color css

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

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

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