#71257D

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

Shades of Seance #71257D

Tints of Seance #71257D

Color information

#71257D (or 0x71257D) is unknown color: approx Seance. HEX triplet: 71, 25 and 7D. RGB value is (113,37,125). Sum of RGB (Red+Green+Blue) = 113+37+125=275 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.09% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #71257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71257D is #8EDA82. Grayscale: #454545. Windows color (decimal): -9362051 or 8201585. OLE color: 8201585.

HSL color Cylindrical-coordinate representation of color #71257D: hue angle of 291.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71257D is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11337125-
CMYK0.100.7000.51
HSL291.82º54.32%31.76%-
HSV(B)291.82º70.4%49.02%-
XYZ11.176.3120.03-
YUV69.76159.18158.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.09%
GREEN value IS 37 (14.84% from 255) = 13.45%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=41.09%
G=13.45%
B=45.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal113371250.100.7000.51291.8254.3231.76
Hex71257DA460331243620
Octal16145175121060634446640
Binary11100011001011111101101010001100110011100100100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71257D; }

 p { color: rgb(113,37,125); }

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

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

 a { background-color: rgb(113,37,125); }

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

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

 span { border-color: rgb(113,37,125); }

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