Html Css Color HEX #712074 Seance

📋 copy color: '#712074'

red 113 ◦ green 32 ◦ blue 116

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

Shades of Seance #712074

Tints of Seance #712074

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 43.3%
G = 12.26%
B = 44.44%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712074 (or 0x712074) is known color: Seance. HEX triplet: 71, 20 and 74. RGB value is (113,32,116). Sum of RGB (Red+Green+Blue) = 113+32+116=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #712074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712074 is #8EDF8B. Grayscale: #414141. Windows color (decimal): -9363340 or 7610481. OLE color: 7610481.

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

Color convert

RGB 113 32 116 -
CMYK 0.03 0.72 0 0.55
HSL 297.86º 0.57% 0.29% -
HSV(B) 297.86º 0.72% 0.45% -
XYZ 10.48 5.8 17.09 -
YUV 65.8 156.34 161.67 -
System Red Green Blue C M Y K H S L
Decimal 113 32 116 0.03 0.72 0 0.55 297.86 0.57 0.29
Hex 71 20 74 3 48 0 37 12A 39 1D
Octal 161 40 164 3 110 0 67 452 71 35
Binary 1110001 100000 1110100 11 1001000 0 110111 100101010 111001 11101

Color Harmonies of #712074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712074

Black with #712074

Text Example


Text Example

White with #712074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712074; }

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

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

background-color css

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

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

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

border-color css

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

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

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