Html Css Color HEX #702371 Seance

📋 copy color: '#702371'

red 112 ◦ green 35 ◦ blue 113

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

Shades of Seance #702371

Tints of Seance #702371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 43.08%
G = 13.46%
B = 43.46%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702371 (or 0x702371) is known color: Seance. HEX triplet: 70, 23 and 71. RGB value is (112,35,113). Sum of RGB (Red+Green+Blue) = 112+35+113=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 113 (44.53% from 255 or 43.46% from 260); Max value from RGB is 113 - color contains mainly: blue. Hex color #702371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702371 is #8FDC8E. Grayscale: #424242. Windows color (decimal): -9428111 or 7414640. OLE color: 7414640.

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

Color convert

RGB 112 35 113 -
CMYK 0.01 0.69 0 0.56
HSL 299.23º 0.53% 0.29% -
HSV(B) 299.23º 0.69% 0.44% -
XYZ 10.26 5.84 16.21 -
YUV 66.92 154.01 160.16 -
System Red Green Blue C M Y K H S L
Decimal 112 35 113 0.01 0.69 0 0.56 299.23 0.53 0.29
Hex 70 23 71 1 45 0 38 12B 35 1D
Octal 160 43 161 1 105 0 70 453 65 35
Binary 1110000 100011 1110001 1 1000101 0 111000 100101011 110101 11101

Color Harmonies of #702371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702371

Black with #702371

Text Example


Text Example

White with #702371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702371; }

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

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

background-color css

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

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

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

border-color css

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

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

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