#712273

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

Shades of Seance #712273

Tints of Seance #712273

Color information

#712273 (or 0x712273) is unknown color: approx Seance. HEX triplet: 71, 22 and 73. RGB value is (113,34,115). Sum of RGB (Red+Green+Blue) = 113+34+115=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #712273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712273 is #8EDD8C. Grayscale: #424242. Windows color (decimal): -9362829 or 7545457. OLE color: 7545457.

HSL color Cylindrical-coordinate representation of color #712273: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712273 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11334115-
CMYK0.020.7000.55
HSL298.52º54.36%29.22%-
HSV(B)298.52º70.43%45.1%-
XYZ10.485.8916.8-
YUV66.86155.17160.91-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 34 (13.67% from 255) = 12.98%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=43.13%
G=12.98%
B=43.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal113341150.020.7000.55298.5254.3629.22
Hex71227324603712b361d
Octal1614216321060674536635
Binary11100011000101110011101000110011011110010101111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712273; }

 p { color: rgb(113,34,115); }

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

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

 a { background-color: rgb(113,34,115); }

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

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

 span { border-color: rgb(113,34,115); }

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