#712975

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

Shades of Seance #712975

Tints of Seance #712975

Color information

#712975 (or 0x712975) is unknown color: approx Seance. HEX triplet: 71, 29 and 75. RGB value is (113,41,117). Sum of RGB (Red+Green+Blue) = 113+41+117=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #712975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712975 is #8ED68A. Grayscale: #464646. Windows color (decimal): -9361035 or 7678321. OLE color: 7678321.

HSL color Cylindrical-coordinate representation of color #712975: hue angle of 296.84º 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 #712975 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11341117-
CMYK0.030.6500.54
HSL296.84º48.1%30.98%-
HSV(B)296.84º64.96%45.88%-
XYZ10.816.3817.49-
YUV71.19153.85157.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=41.70%
G=15.13%
B=43.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal113411170.030.6500.54296.8448.130.98
Hex712975341036129301f
Octal1615116531010664516037
Binary11100011010011110101111000001011011010010100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712975; }

 p { color: rgb(113,41,117); }

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

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

 a { background-color: rgb(113,41,117); }

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

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

 span { border-color: rgb(113,41,117); }

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