#73277A

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

Shades of Seance #73277A

Tints of Seance #73277A

Color information

#73277A (or 0x73277A) is unknown color: approx Seance. HEX triplet: 73, 27 and 7A. RGB value is (115,39,122). Sum of RGB (Red+Green+Blue) = 115+39+122=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 122 - color contains mainly: blue. Hex color #73277A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73277A is #8CD885. Grayscale: #464646. Windows color (decimal): -9230470 or 8005491. OLE color: 8005491.

HSL color Cylindrical-coordinate representation of color #73277A: hue angle of 294.94º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73277A is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11539122-
CMYK0.060.6800.52
HSL294.94º51.55%31.57%-
HSV(B)294.94º68.03%47.84%-
XYZ11.316.519.07-
YUV71.19156.68159.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.67%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 122 (48.05% from 255) = 44.20%
R=41.67%
G=14.13%
B=44.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115391220.060.6800.52294.9451.5531.57
Hex73277A6440341273420
Octal1634717261040644476440
Binary1110011100111111101011010001000110100100100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73277A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73277A; }

 p { color: rgb(115,39,122); }

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

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

 a { background-color: rgb(115,39,122); }

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

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

 span { border-color: rgb(115,39,122); }

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