Html Css Color HEX #712572 Seance

📋 copy color: '#712572'

red 113 ◦ green 37 ◦ blue 114

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

Shades of Seance #712572

Tints of Seance #712572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 42.8%
G = 14.02%
B = 43.18%

CMYK

 C value IS 0.01

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712572 (or 0x712572) is known color: Seance. HEX triplet: 71, 25 and 72. RGB value is (113,37,114). Sum of RGB (Red+Green+Blue) = 113+37+114=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #712572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712572 is #8EDA8D. Grayscale: #444444. Windows color (decimal): -9362062 or 7480689. OLE color: 7480689.

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

Color convert

RGB 113 37 114 -
CMYK 0.01 0.68 0 0.55
HSL 299.22º 0.51% 0.3% -
HSV(B) 299.22º 0.68% 0.45% -
XYZ 10.51 6.05 16.53 -
YUV 68.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 113 37 114 0.01 0.68 0 0.55 299.22 0.51 0.3
Hex 71 25 72 1 44 0 37 12B 33 1E
Octal 161 45 162 1 104 0 67 453 63 36
Binary 1110001 100101 1110010 1 1000100 0 110111 100101011 110011 11110

Color Harmonies of #712572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712572

Black with #712572

Text Example


Text Example

White with #712572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712572; }

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

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

background-color css

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

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

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

border-color css

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

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

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