Html Css Color HEX #702671 Seance

📋 copy color: '#702671'

red 112 ◦ green 38 ◦ blue 113

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

Shades of Seance #702671

Tints of Seance #702671

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

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

R = 42.59%
G = 14.45%
B = 42.97%

CMYK

 C value IS 0.01

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702671 (or 0x702671) is known color: Seance. HEX triplet: 70, 26 and 71. RGB value is (112,38,113). Sum of RGB (Red+Green+Blue) = 112+38+113=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 113 (44.53% from 255 or 42.97% from 263); Max value from RGB is 113 - color contains mainly: blue. Hex color #702671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702671 is #8FD98E. Grayscale: #444444. Windows color (decimal): -9427343 or 7415408. OLE color: 7415408.

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

Color convert

RGB 112 38 113 -
CMYK 0.01 0.66 0 0.56
HSL 299.2º 0.5% 0.3% -
HSV(B) 299.2º 0.66% 0.44% -
XYZ 10.36 6.02 16.24 -
YUV 68.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 112 38 113 0.01 0.66 0 0.56 299.2 0.5 0.3
Hex 70 26 71 1 42 0 38 12B 32 1E
Octal 160 46 161 1 102 0 70 453 62 36
Binary 1110000 100110 1110001 1 1000010 0 111000 100101011 110010 11110

Color Harmonies of #702671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702671

Black with #702671

Text Example


Text Example

White with #702671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702671; }

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

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

background-color css

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

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

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

border-color css

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

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

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