Html Css Color HEX #702E6F Seance

📋 copy color: '#702E6F'

red 112 ◦ green 46 ◦ blue 111

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

Shades of Seance #702E6F

Tints of Seance #702E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

 BLUE value IS 111 (43.75% from 255) = 41.26%

R = 41.64%
G = 17.1%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#702E6F (or 0x702E6F) is known color: Seance. HEX triplet: 70, 2E and 6F. RGB value is (112,46,111). Sum of RGB (Red+Green+Blue) = 112+46+111=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #702E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702E6F is #8FD190. Grayscale: #484848. Windows color (decimal): -9425297 or 7286384. OLE color: 7286384.

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

Color convert

RGB 112 46 111 -
CMYK 0 0.59 0.01 0.56
HSL 300.91º 0.42% 0.31% -
HSV(B) 300.91º 0.59% 0.44% -
XYZ 10.53 6.55 15.75 -
YUV 73.14 149.37 155.71 -
System Red Green Blue C M Y K H S L
Decimal 112 46 111 0 0.59 0.01 0.56 300.91 0.42 0.31
Hex 70 2E 6F 0 3B 1 38 12D 2A 1F
Octal 160 56 157 0 73 1 70 455 52 37
Binary 1110000 101110 1101111 0 111011 1 111000 100101101 101010 11111

Color Harmonies of #702E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702E6F

Black with #702E6F

Text Example


Text Example

White with #702E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,46,111); }

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

background-color css

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

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

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

border-color css

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

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

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