Html Css Color HEX #702676 Seance

📋 copy color: '#702676'

red 112 ◦ green 38 ◦ blue 118

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

Shades of Seance #702676

Tints of Seance #702676

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 41.79%
G = 14.18%
B = 44.03%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#702676 (or 0x702676) is known color: Seance. HEX triplet: 70, 26 and 76. RGB value is (112,38,118). Sum of RGB (Red+Green+Blue) = 112+38+118=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #702676 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702676 is #8FD989. Grayscale: #454545. Windows color (decimal): -9427338 or 7743088. OLE color: 7743088.

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

Color convert

RGB 112 38 118 -
CMYK 0.05 0.68 0 0.54
HSL 295.5º 0.51% 0.31% -
HSV(B) 295.5º 0.68% 0.46% -
XYZ 10.65 6.14 17.76 -
YUV 69.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 112 38 118 0.05 0.68 0 0.54 295.5 0.51 0.31
Hex 70 26 76 5 44 0 36 128 33 1F
Octal 160 46 166 5 104 0 66 450 63 37
Binary 1110000 100110 1110110 101 1000100 0 110110 100101000 110011 11111

Color Harmonies of #702676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702676

Black with #702676

Text Example


Text Example

White with #702676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702676; }

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

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

background-color css

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

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

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

border-color css

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

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

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