Html Css Color HEX #702273 Seance

📋 copy color: '#702273'

red 112 ◦ green 34 ◦ blue 115

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

Shades of Seance #702273

Tints of Seance #702273

RGB

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

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

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

R = 42.91%
G = 13.03%
B = 44.06%

CMYK

 C value IS 0.03

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#702273 (or 0x702273) is known color: Seance. HEX triplet: 70, 22 and 73. RGB value is (112,34,115). Sum of RGB (Red+Green+Blue) = 112+34+115=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #702273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702273 is #8FDD8C. Grayscale: #424242. Windows color (decimal): -9428365 or 7545456. OLE color: 7545456.

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

Color convert

RGB 112 34 115 -
CMYK 0.03 0.70 0 0.55
HSL 297.78º 0.54% 0.29% -
HSV(B) 297.78º 0.7% 0.45% -
XYZ 10.35 5.83 16.8 -
YUV 66.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 112 34 115 0.03 0.70 0 0.55 297.78 0.54 0.29
Hex 70 22 73 3 46 0 37 12A 36 1D
Octal 160 42 163 3 106 0 67 452 66 35
Binary 1110000 100010 1110011 11 1000110 0 110111 100101010 110110 11101

Color Harmonies of #702273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702273

Black with #702273

Text Example


Text Example

White with #702273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702273; }

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

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

background-color css

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

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

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

border-color css

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

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

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