#71237B

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

Shades of Seance #71237B

Tints of Seance #71237B

Color information

#71237B (or 0x71237B) is unknown color: approx Seance. HEX triplet: 71, 23 and 7B. RGB value is (113,35,123). Sum of RGB (Red+Green+Blue) = 113+35+123=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #71237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71237B is #8EDC84. Grayscale: #444444. Windows color (decimal): -9362565 or 8070001. OLE color: 8070001.

HSL color Cylindrical-coordinate representation of color #71237B: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #71237B is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11335123-
CMYK0.080.7200.52
HSL293.18º55.7%30.98%-
HSV(B)293.18º71.54%48.24%-
XYZ10.996.1419.35-
YUV68.35158.84159.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 35 (14.06% from 255) = 12.92%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=41.70%
G=12.92%
B=45.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal113351230.080.7200.52293.1855.730.98
Hex71237B848034125381f
Octal16143173101100644457037
Binary1110001100011111101110001001000011010010010010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71237B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71237B; }

 p { color: rgb(113,35,123); }

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

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

 a { background-color: rgb(113,35,123); }

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

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

 span { border-color: rgb(113,35,123); }

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