Html Css Color HEX #702076 Seance

📋 copy color: '#702076'

red 112 ◦ green 32 ◦ blue 118

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

Shades of Seance #702076

Tints of Seance #702076

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.21%

 BLUE value IS 118 (46.48% from 255) = 45.04%

R = 42.75%
G = 12.21%
B = 45.04%

CMYK

 C value IS 0.05

 M value IS 0.73

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702076 (or 0x702076) is known color: Seance. HEX triplet: 70, 20 and 76. RGB value is (112,32,118). Sum of RGB (Red+Green+Blue) = 112+32+118=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 118 - color contains mainly: blue. Hex color #702076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702076 is #8FDF89. Grayscale: #414141. Windows color (decimal): -9428874 or 7741552. OLE color: 7741552.

HSL color Cylindrical-coordinate representation of color #702076: hue angle of 295.81º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702076 is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 32 118 -
CMYK 0.05 0.73 0 0.54
HSL 295.81º 0.57% 0.29% -
HSV(B) 295.81º 0.73% 0.46% -
XYZ 10.47 5.79 17.7 -
YUV 65.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 112 32 118 0.05 0.73 0 0.54 295.81 0.57 0.29
Hex 70 20 76 5 49 0 36 128 39 1D
Octal 160 40 166 5 111 0 66 450 71 35
Binary 1110000 100000 1110110 101 1001001 0 110110 100101000 111001 11101

Color Harmonies of #702076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702076

Black with #702076

Text Example


Text Example

White with #702076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702076; }

 p { color: rgb(112,32,118); }

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

background-color css

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

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

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

border-color css

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

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

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