Html Css Color HEX #702570 Seance

📋 copy color: '#702570'

red 112 ◦ green 37 ◦ blue 112

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

Shades of Seance #702570

Tints of Seance #702570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 42.91%
G = 14.18%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702570 (or 0x702570) is known color: Seance. HEX triplet: 70, 25 and 70. RGB value is (112,37,112). Sum of RGB (Red+Green+Blue) = 112+37+112=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702570 is #8FDA8F. Grayscale: #434343. Windows color (decimal): -9427600 or 7349616. OLE color: 7349616.

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

Color convert

RGB 112 37 112 -
CMYK 0 0.67 0 0.56
HSL 300º 0.5% 0.29% -
HSV(B) 300º 0.67% 0.44% -
XYZ 10.27 5.94 15.93 -
YUV 67.98 152.85 159.4 -
System Red Green Blue C M Y K H S L
Decimal 112 37 112 0 0.67 0 0.56 300 0.5 0.29
Hex 70 25 70 0 43 0 38 12C 32 1D
Octal 160 45 160 0 103 0 70 454 62 35
Binary 1110000 100101 1110000 0 1000011 0 111000 100101100 110010 11101

Color Harmonies of #702570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702570

Black with #702570

Text Example


Text Example

White with #702570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702570; }

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

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

background-color css

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

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

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

border-color css

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

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

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