#702477

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

Shades of Seance #702477

Tints of Seance #702477

Color information

#702477 (or 0x702477) is unknown color: approx Seance. HEX triplet: 70, 24 and 77. RGB value is (112,36,119). Sum of RGB (Red+Green+Blue) = 112+36+119=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 36 (14.45% from 255 or 13.48% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #702477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #702477 is #8FDB88. Grayscale: #434343. Windows color (decimal): -9427849 or 7808112. OLE color: 7808112.

HSL color Cylindrical-coordinate representation of color #702477: hue angle of 294.94º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702477 is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11236119-
CMYK0.060.7000.53
HSL294.94º53.55%30.39%-
HSV(B)294.94º69.75%46.67%-
XYZ10.646.0418.06-
YUV68.19156.68159.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 36 (14.45% from 255) = 13.48%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=41.95%
G=13.48%
B=44.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112361190.060.7000.53294.9453.5530.39
Hex702477646035127361e
Octal1604416761060654476636
Binary111000010010011101111101000110011010110010011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702477; }

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

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

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

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

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

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

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

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