Html Css Color HEX #712574 Seance

📋 copy color: '#712574'

red 113 ◦ green 37 ◦ blue 116

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

Shades of Seance #712574

Tints of Seance #712574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.61%

R = 42.48%
G = 13.91%
B = 43.61%

CMYK

 C value IS 0.03

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#712574 (or 0x712574) is known color: Seance. HEX triplet: 71, 25 and 74. RGB value is (113,37,116). Sum of RGB (Red+Green+Blue) = 113+37+116=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 116 - color contains mainly: blue. Hex color #712574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712574 is #8EDA8B. Grayscale: #444444. Windows color (decimal): -9362060 or 7611761. OLE color: 7611761.

HSL color Cylindrical-coordinate representation of color #712574: hue angle of 297.72º degrees, saturation: 0.52, 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 #712574 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 37 116 -
CMYK 0.03 0.68 0 0.55
HSL 297.72º 0.52% 0.3% -
HSV(B) 297.72º 0.68% 0.45% -
XYZ 10.62 6.09 17.14 -
YUV 68.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 113 37 116 0.03 0.68 0 0.55 297.72 0.52 0.3
Hex 71 25 74 3 44 0 37 12A 34 1E
Octal 161 45 164 3 104 0 67 452 64 36
Binary 1110001 100101 1110100 11 1000100 0 110111 100101010 110100 11110

Color Harmonies of #712574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712574

Black with #712574

Text Example


Text Example

White with #712574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712574; }

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

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

background-color css

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

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

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

border-color css

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

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

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