Html Css Color HEX #712576 Seance

📋 copy color: '#712576'

red 113 ◦ green 37 ◦ blue 118

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

Shades of Seance #712576

Tints of Seance #712576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 42.16%
G = 13.81%
B = 44.03%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#712576 (or 0x712576) is known color: Seance. HEX triplet: 71, 25 and 76. RGB value is (113,37,118). Sum of RGB (Red+Green+Blue) = 113+37+118=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #712576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712576 is #8EDA89. Grayscale: #444444. Windows color (decimal): -9362058 or 7742833. OLE color: 7742833.

HSL color Cylindrical-coordinate representation of color #712576: hue angle of 296.3º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712576 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 37 118 -
CMYK 0.04 0.69 0 0.54
HSL 296.3º 0.52% 0.3% -
HSV(B) 296.3º 0.69% 0.46% -
XYZ 10.74 6.14 17.76 -
YUV 68.96 155.68 159.41 -
System Red Green Blue C M Y K H S L
Decimal 113 37 118 0.04 0.69 0 0.54 296.3 0.52 0.3
Hex 71 25 76 4 45 0 36 128 34 1E
Octal 161 45 166 4 105 0 66 450 64 36
Binary 1110001 100101 1110110 100 1000101 0 110110 100101000 110100 11110

Color Harmonies of #712576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712576

Black with #712576

Text Example


Text Example

White with #712576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712576; }

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

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

background-color css

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

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

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

border-color css

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

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

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