Html Css Color HEX #702F6D Seance

📋 copy color: '#702F6D'

red 112 ◦ green 47 ◦ blue 109

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

Shades of Seance #702F6D

Tints of Seance #702F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 41.79%
G = 17.54%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#702F6D (or 0x702F6D) is known color: Seance. HEX triplet: 70, 2F and 6D. RGB value is (112,47,109). Sum of RGB (Red+Green+Blue) = 112+47+109=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #702F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702F6D is #8FD092. Grayscale: #494949. Windows color (decimal): -9425043 or 7155568. OLE color: 7155568.

HSL color Cylindrical-coordinate representation of color #702F6D: hue angle of 302.77º 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 #702F6D is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 47 109 -
CMYK 0 0.58 0.03 0.56
HSL 302.77º 0.41% 0.31% -
HSV(B) 302.77º 0.58% 0.44% -
XYZ 10.46 6.58 15.19 -
YUV 73.5 148.03 155.46 -
System Red Green Blue C M Y K H S L
Decimal 112 47 109 0 0.58 0.03 0.56 302.77 0.41 0.31
Hex 70 2F 6D 0 3A 3 38 12F 29 1F
Octal 160 57 155 0 72 3 70 457 51 37
Binary 1110000 101111 1101101 0 111010 11 111000 100101111 101001 11111

Color Harmonies of #702F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F6D

Black with #702F6D

Text Example


Text Example

White with #702F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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