#712878

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

Shades of Seance #712878

Tints of Seance #712878

Color information

#712878 (or 0x712878) is unknown color: approx Seance. HEX triplet: 71, 28 and 78. RGB value is (113,40,120). Sum of RGB (Red+Green+Blue) = 113+40+120=273 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.39% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #712878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712878 is #8ED787. Grayscale: #464646. Windows color (decimal): -9361288 or 7874673. OLE color: 7874673.

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

Color convert

RGB11340120-
CMYK0.060.6700.53
HSL294.75º50%31.37%-
HSV(B)294.75º66.67%47.06%-
XYZ10.966.3818.42-
YUV70.95155.68158-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.39%
GREEN value IS 40 (16.02% from 255) = 14.65%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=41.39%
G=14.65%
B=43.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113401200.060.6700.53294.755031.37
Hex712878643035127321f
Octal1615017061030654476237
Binary111000110100011110001101000011011010110010011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712878; }

 p { color: rgb(113,40,120); }

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

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

 a { background-color: rgb(113,40,120); }

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

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

 span { border-color: rgb(113,40,120); }

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