Html Css Color HEX #712271 Seance

📋 copy color: '#712271'

red 113 ◦ green 34 ◦ blue 113

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

Shades of Seance #712271

Tints of Seance #712271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

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

R = 43.46%
G = 13.08%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#712271 (or 0x712271) is known color: Seance. HEX triplet: 71, 22 and 71. RGB value is (113,34,113). Sum of RGB (Red+Green+Blue) = 113+34+113=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #712271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712271 is #8EDD8E. Grayscale: #424242. Windows color (decimal): -9362831 or 7414385. OLE color: 7414385.

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

Color convert

RGB 113 34 113 -
CMYK 0 0.70 0 0.56
HSL 300º 0.54% 0.29% -
HSV(B) 300º 0.7% 0.44% -
XYZ 10.36 5.85 16.21 -
YUV 66.63 154.17 161.08 -
System Red Green Blue C M Y K H S L
Decimal 113 34 113 0 0.70 0 0.56 300 0.54 0.29
Hex 71 22 71 0 46 0 38 12C 36 1D
Octal 161 42 161 0 106 0 70 454 66 35
Binary 1110001 100010 1110001 0 1000110 0 111000 100101100 110110 11101

Color Harmonies of #712271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712271

Black with #712271

Text Example


Text Example

White with #712271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712271; }

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

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

background-color css

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

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

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

border-color css

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

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

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