Html Css Color HEX #702073 Seance

📋 copy color: '#702073'

red 112 ◦ green 32 ◦ blue 115

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

Shades of Seance #702073

Tints of Seance #702073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 43.24%
G = 12.36%
B = 44.4%

CMYK

 C value IS 0.03

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702073 (or 0x702073) is known color: Seance. HEX triplet: 70, 20 and 73. RGB value is (112,32,115). Sum of RGB (Red+Green+Blue) = 112+32+115=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #702073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702073 is #8FDF8C. Grayscale: #414141. Windows color (decimal): -9428877 or 7544944. OLE color: 7544944.

HSL color Cylindrical-coordinate representation of color #702073: hue angle of 297.83º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702073 is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 32 115 -
CMYK 0.03 0.72 0 0.55
HSL 297.83º 0.56% 0.29% -
HSV(B) 297.83º 0.72% 0.45% -
XYZ 10.29 5.72 16.78 -
YUV 65.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 112 32 115 0.03 0.72 0 0.55 297.83 0.56 0.29
Hex 70 20 73 3 48 0 37 12A 38 1D
Octal 160 40 163 3 110 0 67 452 70 35
Binary 1110000 100000 1110011 11 1001000 0 110111 100101010 111000 11101

Color Harmonies of #702073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702073

Black with #702073

Text Example


Text Example

White with #702073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702073; }

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

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

background-color css

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

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

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

border-color css

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

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

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