Html Css Color HEX #702171 Seance

📋 copy color: '#702171'

red 112 ◦ green 33 ◦ blue 113

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

Shades of Seance #702171

Tints of Seance #702171

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #702171: hue angle of 299.25º 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 #702171 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 113 -
CMYK 0.01 0.71 0 0.56
HSL 299.25º 0.55% 0.29% -
HSV(B) 299.25º 0.71% 0.44% -
XYZ 10.21 5.72 16.19 -
YUV 65.74 154.67 161 -
System Red Green Blue C M Y K H S L
Decimal 112 33 113 0.01 0.71 0 0.56 299.25 0.55 0.29
Hex 70 21 71 1 47 0 38 12B 37 1D
Octal 160 41 161 1 107 0 70 453 67 35
Binary 1110000 100001 1110001 1 1000111 0 111000 100101011 110111 11101

Color Harmonies of #702171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702171

Black with #702171

Text Example


Text Example

White with #702171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702171; }

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

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

background-color css

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

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

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

border-color css

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

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

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