Html Css Color HEX #712170 Seance

📋 copy color: '#712170'

red 113 ◦ green 33 ◦ blue 112

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

Shades of Seance #712170

Tints of Seance #712170

RGB

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

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

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

R = 43.8%
G = 12.79%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#712170 (or 0x712170) is known color: Seance. HEX triplet: 71, 21 and 70. RGB value is (113,33,112). Sum of RGB (Red+Green+Blue) = 113+33+112=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #712170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712170 is #8EDE8F. Grayscale: #414141. Windows color (decimal): -9363088 or 7348593. OLE color: 7348593.

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

Color convert

RGB 113 33 112 -
CMYK 0 0.71 0.01 0.56
HSL 300.75º 0.55% 0.29% -
HSV(B) 300.75º 0.71% 0.44% -
XYZ 10.28 5.77 15.9 -
YUV 65.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 113 33 112 0 0.71 0.01 0.56 300.75 0.55 0.29
Hex 71 21 70 0 47 1 38 12D 37 1D
Octal 161 41 160 0 107 1 70 455 67 35
Binary 1110001 100001 1110000 0 1000111 1 111000 100101101 110111 11101

Color Harmonies of #712170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712170

Black with #712170

Text Example


Text Example

White with #712170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712170; }

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

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

background-color css

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

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

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

border-color css

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

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

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