#73217A

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

Shades of Seance #73217A

Tints of Seance #73217A

Color information

#73217A (or 0x73217A) is unknown color: approx Seance. HEX triplet: 73, 21 and 7A. RGB value is (115,33,122). Sum of RGB (Red+Green+Blue) = 115+33+122=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #73217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73217A is #8CDE85. Grayscale: #434343. Windows color (decimal): -9232006 or 8003955. OLE color: 8003955.

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

Color convert

RGB11533122-
CMYK0.060.7300.52
HSL295.28º57.42%30.39%-
HSV(B)295.28º72.95%47.84%-
XYZ11.136.1419.01-
YUV67.66158.67161.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.59%
GREEN value IS 33 (13.28% from 255) = 12.22%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=42.59%
G=12.22%
B=45.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal115331220.060.7300.52295.2857.4230.39
Hex73217A649034127391e
Octal1634117261110644477136
Binary111001110000111110101101001001011010010010011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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