#673272

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

Shades of Seance #673272

Tints of Seance #673272

Color information

#673272 (or 0x673272) is unknown color: approx Seance. HEX triplet: 67, 32 and 72. RGB value is (103,50,114). Sum of RGB (Red+Green+Blue) = 103+50+114=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #673272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673272 is #98CD8D. Grayscale: #484848. Windows color (decimal): -10014094 or 7484007. OLE color: 7484007.

HSL color Cylindrical-coordinate representation of color #673272: hue angle of 289.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #673272 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10350114-
CMYK0.100.5600.55
HSL289.69º39.02%32.16%-
HSV(B)289.69º56.14%44.71%-
XYZ9.776.3816.64-
YUV73.14151.06149.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.58%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=38.58%
G=18.73%
B=42.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal103501140.100.5600.55289.6939.0232.16
Hex673272A380371222720
Octal1476216212700674424740
Binary1100111110010111001010101110000110111100100010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673272; }

 p { color: rgb(103,50,114); }

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

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

 a { background-color: rgb(103,50,114); }

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

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

 span { border-color: rgb(103,50,114); }

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