Html Css Color HEX #702370 Seance

📋 copy color: '#702370'

red 112 ◦ green 35 ◦ blue 112

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

Shades of Seance #702370

Tints of Seance #702370

RGB

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

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

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

R = 43.24%
G = 13.51%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702370 (or 0x702370) is known color: Seance. HEX triplet: 70, 23 and 70. RGB value is (112,35,112). Sum of RGB (Red+Green+Blue) = 112+35+112=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702370 is #8FDC8F. Grayscale: #424242. Windows color (decimal): -9428112 or 7349104. OLE color: 7349104.

HSL color Cylindrical-coordinate representation of color #702370: hue angle of 300º degrees, saturation: 0.52, 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 #702370 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 35 112 -
CMYK 0 0.69 0 0.56
HSL 300º 0.52% 0.29% -
HSV(B) 300º 0.69% 0.44% -
XYZ 10.21 5.82 15.91 -
YUV 66.8 153.51 160.24 -
System Red Green Blue C M Y K H S L
Decimal 112 35 112 0 0.69 0 0.56 300 0.52 0.29
Hex 70 23 70 0 45 0 38 12C 34 1D
Octal 160 43 160 0 105 0 70 454 64 35
Binary 1110000 100011 1110000 0 1000101 0 111000 100101100 110100 11101

Color Harmonies of #702370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702370

Black with #702370

Text Example


Text Example

White with #702370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702370; }

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

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

background-color css

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

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

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

border-color css

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

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

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