Html Css Color HEX #702976 Seance

📋 copy color: '#702976'

red 112 ◦ green 41 ◦ blue 118

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

Shades of Seance #702976

Tints of Seance #702976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 41.33%
G = 15.13%
B = 43.54%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702976 (or 0x702976) is known color: Seance. HEX triplet: 70, 29 and 76. RGB value is (112,41,118). Sum of RGB (Red+Green+Blue) = 112+41+118=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #702976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702976 is #8FD689. Grayscale: #464646. Windows color (decimal): -9426570 or 7743856. OLE color: 7743856.

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

Color convert

RGB 112 41 118 -
CMYK 0.05 0.65 0 0.54
HSL 295.32º 0.48% 0.31% -
HSV(B) 295.32º 0.65% 0.46% -
XYZ 10.75 6.34 17.8 -
YUV 71.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 112 41 118 0.05 0.65 0 0.54 295.32 0.48 0.31
Hex 70 29 76 5 41 0 36 127 30 1F
Octal 160 51 166 5 101 0 66 447 60 37
Binary 1110000 101001 1110110 101 1000001 0 110110 100100111 110000 11111

Color Harmonies of #702976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702976

Black with #702976

Text Example


Text Example

White with #702976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702976; }

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

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

background-color css

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

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

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

border-color css

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

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

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