Html Css Color HEX #712974 Seance

📋 copy color: '#712974'

red 113 ◦ green 41 ◦ blue 116

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

Shades of Seance #712974

Tints of Seance #712974

RGB

 RED value IS 113 (44.53% from 255) = 41.85%

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 116 (45.7% from 255) = 42.96%

R = 41.85%
G = 15.19%
B = 42.96%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712974 (or 0x712974) is known color: Seance. HEX triplet: 71, 29 and 74. RGB value is (113,41,116). Sum of RGB (Red+Green+Blue) = 113+41+116=270 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.85% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 116 (45.70% from 255 or 42.96% from 270); Max value from RGB is 116 - color contains mainly: blue. Hex color #712974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712974 is #8ED68B. Grayscale: #464646. Windows color (decimal): -9361036 or 7612785. OLE color: 7612785.

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

Color convert

RGB 113 41 116 -
CMYK 0.03 0.65 0 0.55
HSL 297.6º 0.48% 0.31% -
HSV(B) 297.6º 0.65% 0.45% -
XYZ 10.76 6.36 17.18 -
YUV 71.08 153.35 157.9 -
System Red Green Blue C M Y K H S L
Decimal 113 41 116 0.03 0.65 0 0.55 297.6 0.48 0.31
Hex 71 29 74 3 41 0 37 12A 30 1F
Octal 161 51 164 3 101 0 67 452 60 37
Binary 1110001 101001 1110100 11 1000001 0 110111 100101010 110000 11111

Color Harmonies of #712974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712974

Black with #712974

Text Example


Text Example

White with #712974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712974; }

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

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

background-color css

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

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

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

border-color css

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

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

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