Html Css Color HEX #702F70 Seance

📋 copy color: '#702F70'

red 112 ◦ green 47 ◦ blue 112

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

Shades of Seance #702F70

Tints of Seance #702F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 41.33%
G = 17.34%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#702F70 (or 0x702F70) is known color: Seance. HEX triplet: 70, 2F and 70. RGB value is (112,47,112). Sum of RGB (Red+Green+Blue) = 112+47+112=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: red, blue. Hex color #702F70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F70 is #8FD08F. Grayscale: #494949. Windows color (decimal): -9425040 or 7352176. OLE color: 7352176.

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

Color convert

RGB 112 47 112 -
CMYK 0 0.58 0 0.56
HSL 300º 0.41% 0.31% -
HSV(B) 300º 0.58% 0.44% -
XYZ 10.62 6.65 16.05 -
YUV 73.85 149.53 155.21 -
System Red Green Blue C M Y K H S L
Decimal 112 47 112 0 0.58 0 0.56 300 0.41 0.31
Hex 70 2F 70 0 3A 0 38 12C 29 1F
Octal 160 57 160 0 72 0 70 454 51 37
Binary 1110000 101111 1110000 0 111010 0 111000 100101100 101001 11111

Color Harmonies of #702F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F70

Black with #702F70

Text Example


Text Example

White with #702F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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