Html Css Color HEX #712371 Seance

📋 copy color: '#712371'

red 113 ◦ green 35 ◦ blue 113

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

Shades of Seance #712371

Tints of Seance #712371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.41%

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

R = 43.3%
G = 13.41%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#712371 (or 0x712371) is known color: Seance. HEX triplet: 71, 23 and 71. RGB value is (113,35,113). Sum of RGB (Red+Green+Blue) = 113+35+113=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712371 is #8EDC8E. Grayscale: #424242. Windows color (decimal): -9362575 or 7414641. OLE color: 7414641.

HSL color Cylindrical-coordinate representation of color #712371: hue angle of 300º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712371 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 35 113 -
CMYK 0 0.69 0 0.56
HSL 300º 0.53% 0.29% -
HSV(B) 300º 0.69% 0.44% -
XYZ 10.39 5.91 16.21 -
YUV 67.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 113 35 113 0 0.69 0 0.56 300 0.53 0.29
Hex 71 23 71 0 45 0 38 12C 35 1D
Octal 161 43 161 0 105 0 70 454 65 35
Binary 1110001 100011 1110001 0 1000101 0 111000 100101100 110101 11101

Color Harmonies of #712371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712371

Black with #712371

Text Example


Text Example

White with #712371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712371; }

 p { color: rgb(113,35,113); }

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

background-color css

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

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

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

border-color css

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

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

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