Html Css Color HEX #712172 Seance

📋 copy color: '#712172'

red 113 ◦ green 33 ◦ blue 114

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

Shades of Seance #712172

Tints of Seance #712172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 43.46%
G = 12.69%
B = 43.85%

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712172 (or 0x712172) is known color: Seance. HEX triplet: 71, 21 and 72. RGB value is (113,33,114). Sum of RGB (Red+Green+Blue) = 113+33+114=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #712172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712172 is #8EDE8D. Grayscale: #414141. Windows color (decimal): -9363086 or 7479665. OLE color: 7479665.

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

Color convert

RGB 113 33 114 -
CMYK 0.01 0.71 0 0.55
HSL 299.26º 0.55% 0.29% -
HSV(B) 299.26º 0.71% 0.45% -
XYZ 10.39 5.81 16.49 -
YUV 66.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 113 33 114 0.01 0.71 0 0.55 299.26 0.55 0.29
Hex 71 21 72 1 47 0 37 12B 37 1D
Octal 161 41 162 1 107 0 67 453 67 35
Binary 1110001 100001 1110010 1 1000111 0 110111 100101011 110111 11101

Color Harmonies of #712172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712172

Black with #712172

Text Example


Text Example

White with #712172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712172; }

 p { color: rgb(113,33,114); }

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

background-color css

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

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

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

border-color css

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

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

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