Html Css Color HEX #713470 Seance

📋 copy color: '#713470'

red 113 ◦ green 52 ◦ blue 112

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

Shades of Seance #713470

Tints of Seance #713470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

 BLUE value IS 112 (44.14% from 255) = 40.43%

R = 40.79%
G = 18.77%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#713470 (or 0x713470) is known color: Seance. HEX triplet: 71, 34 and 70. RGB value is (113,52,112). Sum of RGB (Red+Green+Blue) = 113+52+112=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #713470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713470 is #8ECB8F. Grayscale: #4C4C4C. Windows color (decimal): -9358224 or 7353457. OLE color: 7353457.

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

Color convert

RGB 113 52 112 -
CMYK 0 0.54 0.01 0.56
HSL 300.98º 0.37% 0.32% -
HSV(B) 300.98º 0.54% 0.44% -
XYZ 10.96 7.14 16.13 -
YUV 77.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 113 52 112 0 0.54 0.01 0.56 300.98 0.37 0.32
Hex 71 34 70 0 36 1 38 12D 25 20
Octal 161 64 160 0 66 1 70 455 45 40
Binary 1110001 110100 1110000 0 110110 1 111000 100101101 100101 100000

Color Harmonies of #713470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713470

Black with #713470

Text Example


Text Example

White with #713470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713470; }

 p { color: rgb(113,52,112); }

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

background-color css

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

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

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

border-color css

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

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

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