Html Css Color HEX #702071 Seance

📋 copy color: '#702071'

red 112 ◦ green 32 ◦ blue 113

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

Shades of Seance #702071

Tints of Seance #702071

RGB

 RED value IS 112 (44.14% from 255) = 43.58%

 GREEN value IS 32 (12.89% from 255) = 12.45%

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 43.58%
G = 12.45%
B = 43.97%

CMYK

 C value IS 0.01

 M value IS 0.72

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702071 (or 0x702071) is known color: Seance. HEX triplet: 70, 20 and 71. RGB value is (112,32,113). Sum of RGB (Red+Green+Blue) = 112+32+113=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #702071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702071 is #8FDF8E. Grayscale: #404040. Windows color (decimal): -9428879 or 7413872. OLE color: 7413872.

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

Color convert

RGB 112 32 113 -
CMYK 0.01 0.72 0 0.56
HSL 299.26º 0.56% 0.28% -
HSV(B) 299.26º 0.72% 0.44% -
XYZ 10.18 5.67 16.18 -
YUV 65.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 112 32 113 0.01 0.72 0 0.56 299.26 0.56 0.28
Hex 70 20 71 1 48 0 38 12B 38 1C
Octal 160 40 161 1 110 0 70 453 70 34
Binary 1110000 100000 1110001 1 1001000 0 111000 100101011 111000 11100

Color Harmonies of #702071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702071

Black with #702071

Text Example


Text Example

White with #702071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702071; }

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

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

background-color css

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

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

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

border-color css

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

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

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