Html Css Color HEX #702271 Seance

📋 copy color: '#702271'

red 112 ◦ green 34 ◦ blue 113

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

Shades of Seance #702271

Tints of Seance #702271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 43.24%
G = 13.13%
B = 43.63%

CMYK

 C value IS 0.01

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702271 (or 0x702271) is known color: Seance. HEX triplet: 70, 22 and 71. RGB value is (112,34,113). Sum of RGB (Red+Green+Blue) = 112+34+113=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #702271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702271 is #8FDD8E. Grayscale: #424242. Windows color (decimal): -9428367 or 7414384. OLE color: 7414384.

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

Color convert

RGB 112 34 113 -
CMYK 0.01 0.70 0 0.56
HSL 299.24º 0.54% 0.29% -
HSV(B) 299.24º 0.7% 0.44% -
XYZ 10.23 5.78 16.2 -
YUV 66.33 154.34 160.58 -
System Red Green Blue C M Y K H S L
Decimal 112 34 113 0.01 0.70 0 0.56 299.24 0.54 0.29
Hex 70 22 71 1 46 0 38 12B 36 1D
Octal 160 42 161 1 106 0 70 453 66 35
Binary 1110000 100010 1110001 1 1000110 0 111000 100101011 110110 11101

Color Harmonies of #702271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702271

Black with #702271

Text Example


Text Example

White with #702271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702271; }

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

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

background-color css

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

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

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

border-color css

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

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

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