#702677

Color #702677 Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #702677

Tints of Seance #702677

Color information

#702677 (or 0x702677) is unknown color: approx Seance. HEX triplet: 70, 26 and 77. RGB value is (112,38,119). Sum of RGB (Red+Green+Blue) = 112+38+119=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #702677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702677 is #8FD988. Grayscale: #454545. Windows color (decimal): -9427337 or 7808624. OLE color: 7808624.

HSL color Cylindrical-coordinate representation of color #702677: hue angle of 294.81º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #702677 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11238119-
CMYK0.060.6800.53
HSL294.81º51.59%30.78%-
HSV(B)294.81º68.07%46.67%-
XYZ10.76.1618.08-
YUV69.36156.02158.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=41.64%
G=14.13%
B=44.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112381190.060.6800.53294.8151.5930.78
Hex702677644035127341f
Octal1604616761040654476437
Binary111000010011011101111101000100011010110010011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702677; }

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

 H1.HeaderClassName
 {
   color: #702677;
 }
 .AnyTagClassName
 {
   color: #702677;
 }
</style>
background-color css

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

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

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

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

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

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